Html Css Color HEX #AB5413 Rich Gold

📋 copy color: '#AB5413'

red 171 ◦ green 84 ◦ blue 19

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

Shades of Rich Gold #AB5413

Tints of Rich Gold #AB5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 19 (7.81% from 255) = 6.93%

R = 62.41%
G = 30.66%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB5413 (or 0xAB5413) is known color: Rich Gold. HEX triplet: AB, 54 and 13. RGB value is (171,84,19). Sum of RGB (Red+Green+Blue) = 171+84+19=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5413 is #54ABEC. Grayscale: #666666. Windows color (decimal): -5549037 or 1266859. OLE color: 1266859.

HSL color Cylindrical-coordinate representation of color #AB5413: hue angle of 25.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB5413 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 84 19 -
CMYK 0 0.51 0.89 0.33
HSL 25.66º 0.8% 0.37% -
HSV(B) 25.66º 0.89% 0.67% -
XYZ 20.08 15.05 2.46 -
YUV 102.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 171 84 19 0 0.51 0.89 0.33 25.66 0.8 0.37
Hex AB 54 13 0 33 59 21 1A 50 25
Octal 253 124 23 0 63 131 41 32 120 45
Binary 10101011 1010100 10011 0 110011 1011001 100001 11010 1010000 100101

Color Harmonies of #AB5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5413

Black with #AB5413

Text Example


Text Example

White with #AB5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5413; }

 p { color: rgb(171,84,19); }

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

background-color css

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

 a { background-color: rgb(171,84,19); }

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

border-color css

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

 span { border-color: rgb(171,84,19); }

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