Html Css Color HEX #AB561E Rich Gold

📋 copy color: '#AB561E'

red 171 ◦ green 86 ◦ blue 30

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

Shades of Rich Gold #AB561E

Tints of Rich Gold #AB561E

RGB

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

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

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

R = 59.58%
G = 29.97%
B = 10.45%

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

#AB561E (or 0xAB561E) is known color: Rich Gold. HEX triplet: AB, 56 and 1E. RGB value is (171,86,30). Sum of RGB (Red+Green+Blue) = 171+86+30=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB561E is #54A9E1. Grayscale: #696969. Windows color (decimal): -5548514 or 1988267. OLE color: 1988267.

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

Color convert

RGB 171 86 30 -
CMYK 0 0.50 0.82 0.33
HSL 23.83º 0.7% 0.39% -
HSV(B) 23.83º 0.82% 0.67% -
XYZ 20.36 15.41 3.13 -
YUV 105.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 171 86 30 0 0.50 0.82 0.33 23.83 0.7 0.39
Hex AB 56 1E 0 32 52 21 18 46 27
Octal 253 126 36 0 62 122 41 30 106 47
Binary 10101011 1010110 11110 0 110010 1010010 100001 11000 1000110 100111

Color Harmonies of #AB561E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB561E

Black with #AB561E

Text Example


Text Example

White with #AB561E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB561E; }

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

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

background-color css

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

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

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

border-color css

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

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

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