Html Css Color HEX #AB5610 Rich Gold

📋 copy color: '#AB5610'

red 171 ◦ green 86 ◦ blue 16

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

Shades of Rich Gold #AB5610

Tints of Rich Gold #AB5610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 62.64%
G = 31.5%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB5610 (or 0xAB5610) is known color: Rich Gold. HEX triplet: AB, 56 and 10. RGB value is (171,86,16). Sum of RGB (Red+Green+Blue) = 171+86+16=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5610 is #54A9EF. Grayscale: #676767. Windows color (decimal): -5548528 or 1070763. OLE color: 1070763.

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

Color convert

RGB 171 86 16 -
CMYK 0 0.50 0.91 0.33
HSL 27.1º 0.83% 0.37% -
HSV(B) 27.1º 0.91% 0.67% -
XYZ 20.22 15.35 2.39 -
YUV 103.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 171 86 16 0 0.50 0.91 0.33 27.1 0.83 0.37
Hex AB 56 10 0 32 5B 21 1B 53 25
Octal 253 126 20 0 62 133 41 33 123 45
Binary 10101011 1010110 10000 0 110010 1011011 100001 11011 1010011 100101

Color Harmonies of #AB5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5610

Black with #AB5610

Text Example


Text Example

White with #AB5610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5610; }

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

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

background-color css

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

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

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

border-color css

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

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

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