Html Css Color HEX #AB5D19 Rich Gold

📋 copy color: '#AB5D19'

red 171 ◦ green 93 ◦ blue 25

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

Shades of Rich Gold #AB5D19

Tints of Rich Gold #AB5D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

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

R = 59.17%
G = 32.18%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB5D19 (or 0xAB5D19) is known color: Rich Gold. HEX triplet: AB, 5D and 19. RGB value is (171,93,25). Sum of RGB (Red+Green+Blue) = 171+93+25=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5D19 is #54A2E6. Grayscale: #6C6C6C. Windows color (decimal): -5546727 or 1662379. OLE color: 1662379.

HSL color Cylindrical-coordinate representation of color #AB5D19: hue angle of 27.95º 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 #AB5D19 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 93 25 -
CMYK 0 0.46 0.85 0.33
HSL 27.95º 0.74% 0.38% -
HSV(B) 27.95º 0.85% 0.67% -
XYZ 20.88 16.56 3.01 -
YUV 108.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 171 93 25 0 0.46 0.85 0.33 27.95 0.74 0.38
Hex AB 5D 19 0 2E 55 21 1C 4A 26
Octal 253 135 31 0 56 125 41 34 112 46
Binary 10101011 1011101 11001 0 101110 1010101 100001 11100 1001010 100110

Color Harmonies of #AB5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D19

Black with #AB5D19

Text Example


Text Example

White with #AB5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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