Html Css Color HEX #AB561C Rich Gold

📋 copy color: '#AB561C'

red 171 ◦ green 86 ◦ blue 28

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

Shades of Rich Gold #AB561C

Tints of Rich Gold #AB561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 60%
G = 30.18%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB561C (or 0xAB561C) is known color: Rich Gold. HEX triplet: AB, 56 and 1C. RGB value is (171,86,28). Sum of RGB (Red+Green+Blue) = 171+86+28=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB561C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB561C is #54A9E3. Grayscale: #696969. Windows color (decimal): -5548516 or 1857195. OLE color: 1857195.

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

Color convert

RGB 171 86 28 -
CMYK 0 0.50 0.84 0.33
HSL 24.34º 0.72% 0.39% -
HSV(B) 24.34º 0.84% 0.67% -
XYZ 20.33 15.4 3 -
YUV 104.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 171 86 28 0 0.50 0.84 0.33 24.34 0.72 0.39
Hex AB 56 1C 0 32 54 21 18 48 27
Octal 253 126 34 0 62 124 41 30 110 47
Binary 10101011 1010110 11100 0 110010 1010100 100001 11000 1001000 100111

Color Harmonies of #AB561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB561C

Black with #AB561C

Text Example


Text Example

White with #AB561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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