Html Css Color HEX #AB4F20 Rich Gold

📋 copy color: '#AB4F20'

red 171 ◦ green 79 ◦ blue 32

#AB4F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #AB4F20

Tints of Rich Gold #AB4F20

RGB

 RED value IS 171 (67.19% from 255) = 60.64%

 GREEN value IS 79 (31.25% from 255) = 28.01%

 BLUE value IS 32 (12.89% from 255) = 11.35%

R = 60.64%
G = 28.01%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB4F20 (or 0xAB4F20) is known color: Rich Gold. HEX triplet: AB, 4F and 20. RGB value is (171,79,32). Sum of RGB (Red+Green+Blue) = 171+79+32=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F20 is #54B0DF. Grayscale: #656565. Windows color (decimal): -5550304 or 2117547. OLE color: 2117547.

HSL color Cylindrical-coordinate representation of color #AB4F20: hue angle of 20.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB4F20 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 79 32 -
CMYK 0 0.54 0.81 0.33
HSL 20.29º 0.68% 0.4% -
HSV(B) 20.29º 0.81% 0.67% -
XYZ 19.85 14.35 3.09 -
YUV 101.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 171 79 32 0 0.54 0.81 0.33 20.29 0.68 0.4
Hex AB 4F 20 0 36 51 21 14 44 28
Octal 253 117 40 0 66 121 41 24 104 50
Binary 10101011 1001111 100000 0 110110 1010001 100001 10100 1000100 101000

Color Harmonies of #AB4F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F20

Black with #AB4F20

Text Example


Text Example

White with #AB4F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F20; }

 p { color: rgb(171,79,32); }

 H1.HeaderClassName
 {
   color: #AB4F20;
 }
 .AnyTagClassName
 {
   color: #AB4F20;
 }
</style>

background-color css

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

 a { background-color: rgb(171,79,32); }

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

border-color css

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

 span { border-color: rgb(171,79,32); }

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