Html Css Color HEX #AB5619 Rich Gold

📋 copy color: '#AB5619'

red 171 ◦ green 86 ◦ blue 25

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

Shades of Rich Gold #AB5619

Tints of Rich Gold #AB5619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

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

R = 60.64%
G = 30.5%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB5619 (or 0xAB5619) is known color: Rich Gold. HEX triplet: AB, 56 and 19. RGB value is (171,86,25). Sum of RGB (Red+Green+Blue) = 171+86+25=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5619 is #54A9E6. Grayscale: #686868. Windows color (decimal): -5548519 or 1660587. OLE color: 1660587.

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

Color convert

RGB 171 86 25 -
CMYK 0 0.50 0.85 0.33
HSL 25.07º 0.74% 0.38% -
HSV(B) 25.07º 0.85% 0.67% -
XYZ 20.3 15.38 2.82 -
YUV 104.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 171 86 25 0 0.50 0.85 0.33 25.07 0.74 0.38
Hex AB 56 19 0 32 55 21 19 4A 26
Octal 253 126 31 0 62 125 41 31 112 46
Binary 10101011 1010110 11001 0 110010 1010101 100001 11001 1001010 100110

Color Harmonies of #AB5619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5619

Black with #AB5619

Text Example


Text Example

White with #AB5619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5619; }

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

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

background-color css

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

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

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

border-color css

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

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

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