#af4f1b

Color #AF4F1B Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AF4F1B

Tints of Rich Gold #AF4F1B

Color information

#AF4F1B (or 0xAF4F1B) is unknown color: approx Rich Gold. HEX triplet: AF, 4F and 1B. RGB value is (175,79,27). Sum of RGB (Red+Green+Blue) = 175+79+27=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F1B is #50B0E4. Grayscale: #666666. Windows color (decimal): -5288165 or 1789871. OLE color: 1789871.

HSL color Cylindrical-coordinate representation of color #AF4F1B: hue angle of 21.08º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF4F1B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1757927-
CMYK00.550.850.31
HSL21.08º73.27%39.61%-
HSV(B)21.08º84.57%68.63%-
XYZ20.6714.792.8-
YUV101.7885.8180.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 62.28%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=62.28%
G=28.11%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175792700.550.850.3121.0873.2739.61
HexAF4F1B037551F154928
Octal25711733067125372511150
Binary101011111001111110110110111101010111111101011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4f1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4f1b; }

 p { color: rgb(175,79,27); }

 H1.HeaderClassName
 {
   color: #af4f1b;
 }
 .AnyTagClassName
 {
   color: #af4f1b;
 }
</style>
background-color css

<style>
 a { background-color: #af4f1b; }

 a { background-color: rgb(175,79,27); }

 div.DivClassName
 {
   background-color: #af4f1b;
 }
 .BgClassName
 {
   background-color: #af4f1b;
 }
</style>
border-color css

<style>
 span { border-color: #af4f1b; }

 span { border-color: rgb(175,79,27); }

 td.TdClassName
 {
   border-color: #af4f1b;
 }
 .TagClassName
 {
   border-color: #af4f1b;
 }
</style>