Html Css Color HEX #AB4C19 Rich Gold

📋 copy color: '#AB4C19'

red 171 ◦ green 76 ◦ blue 25

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

Shades of Rich Gold #AB4C19

Tints of Rich Gold #AB4C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.94%

 BLUE value IS 25 (10.16% from 255) = 9.19%

R = 62.87%
G = 27.94%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB4C19 (or 0xAB4C19) is known color: Rich Gold. HEX triplet: AB, 4C and 19. RGB value is (171,76,25). Sum of RGB (Red+Green+Blue) = 171+76+25=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4C19 is #54B3E6. Grayscale: #626262. Windows color (decimal): -5551079 or 1658027. OLE color: 1658027.

HSL color Cylindrical-coordinate representation of color #AB4C19: hue angle of 20.96º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB4C19 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 25 -
CMYK 0 0.56 0.85 0.33
HSL 20.96º 0.74% 0.38% -
HSV(B) 20.96º 0.85% 0.67% -
XYZ 19.55 13.9 2.57 -
YUV 98.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 171 76 25 0 0.56 0.85 0.33 20.96 0.74 0.38
Hex AB 4C 19 0 38 55 21 15 4A 26
Octal 253 114 31 0 70 125 41 25 112 46
Binary 10101011 1001100 11001 0 111000 1010101 100001 10101 1001010 100110

Color Harmonies of #AB4C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C19

Black with #AB4C19

Text Example


Text Example

White with #AB4C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C19; }

 p { color: rgb(171,76,25); }

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

background-color css

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

 a { background-color: rgb(171,76,25); }

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

border-color css

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

 span { border-color: rgb(171,76,25); }

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