Html Css Color HEX #AB561B Rich Gold

📋 copy color: '#AB561B'

red 171 ◦ green 86 ◦ blue 27

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

Shades of Rich Gold #AB561B

Tints of Rich Gold #AB561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 60.21%
G = 30.28%
B = 9.51%

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

#AB561B (or 0xAB561B) is known color: Rich Gold. HEX triplet: AB, 56 and 1B. RGB value is (171,86,27). Sum of RGB (Red+Green+Blue) = 171+86+27=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB561B is #54A9E4. Grayscale: #696969. Windows color (decimal): -5548517 or 1791659. OLE color: 1791659.

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

Color convert

RGB 171 86 27 -
CMYK 0 0.50 0.84 0.33
HSL 24.58º 0.73% 0.39% -
HSV(B) 24.58º 0.84% 0.67% -
XYZ 20.32 15.39 2.94 -
YUV 104.69 84.16 175.3 -
System Red Green Blue C M Y K H S L
Decimal 171 86 27 0 0.50 0.84 0.33 24.58 0.73 0.39
Hex AB 56 1B 0 32 54 21 19 49 27
Octal 253 126 33 0 62 124 41 31 111 47
Binary 10101011 1010110 11011 0 110010 1010100 100001 11001 1001001 100111

Color Harmonies of #AB561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB561B

Black with #AB561B

Text Example


Text Example

White with #AB561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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