Html Css Color HEX #AB551E Rich Gold

📋 copy color: '#AB551E'

red 171 ◦ green 85 ◦ blue 30

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

Shades of Rich Gold #AB551E

Tints of Rich Gold #AB551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 59.79%
G = 29.72%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB551E (or 0xAB551E) is known color: Rich Gold. HEX triplet: AB, 55 and 1E. RGB value is (171,85,30). Sum of RGB (Red+Green+Blue) = 171+85+30=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB551E is #54AAE1. Grayscale: #686868. Windows color (decimal): -5548770 or 1988011. OLE color: 1988011.

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

Color convert

RGB 171 85 30 -
CMYK 0 0.50 0.82 0.33
HSL 23.4º 0.7% 0.39% -
HSV(B) 23.4º 0.82% 0.67% -
XYZ 20.28 15.25 3.1 -
YUV 104.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 171 85 30 0 0.50 0.82 0.33 23.4 0.7 0.39
Hex AB 55 1E 0 32 52 21 17 46 27
Octal 253 125 36 0 62 122 41 27 106 47
Binary 10101011 1010101 11110 0 110010 1010010 100001 10111 1000110 100111

Color Harmonies of #AB551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB551E

Black with #AB551E

Text Example


Text Example

White with #AB551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB551E; }

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

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

background-color css

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

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

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

border-color css

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

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

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