Html Css Color HEX #AB471E Rich Gold

📋 copy color: '#AB471E'

red 171 ◦ green 71 ◦ blue 30

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

Shades of Rich Gold #AB471E

Tints of Rich Gold #AB471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 62.87%
G = 26.1%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB471E (or 0xAB471E) is known color: Rich Gold. HEX triplet: AB, 47 and 1E. RGB value is (171,71,30). Sum of RGB (Red+Green+Blue) = 171+71+30=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB471E is #54B8E1. Grayscale: #606060. Windows color (decimal): -5552354 or 1984427. OLE color: 1984427.

HSL color Cylindrical-coordinate representation of color #AB471E: hue angle of 17.45º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB471E is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 30 -
CMYK 0 0.58 0.82 0.33
HSL 17.45º 0.7% 0.39% -
HSV(B) 17.45º 0.82% 0.67% -
XYZ 19.28 13.26 2.77 -
YUV 96.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 171 71 30 0 0.58 0.82 0.33 17.45 0.7 0.39
Hex AB 47 1E 0 3A 52 21 11 46 27
Octal 253 107 36 0 72 122 41 21 106 47
Binary 10101011 1000111 11110 0 111010 1010010 100001 10001 1000110 100111

Color Harmonies of #AB471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB471E

Black with #AB471E

Text Example


Text Example

White with #AB471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB471E; }

 p { color: rgb(171,71,30); }

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

background-color css

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

 a { background-color: rgb(171,71,30); }

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

border-color css

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

 span { border-color: rgb(171,71,30); }

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