Html Css Color HEX #AB560B Golden Brown

📋 copy color: '#AB560B'

red 171 ◦ green 86 ◦ blue 11

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

Shades of Golden Brown #AB560B

Tints of Golden Brown #AB560B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 63.81%
G = 32.09%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB560B (or 0xAB560B) is known color: Golden Brown. HEX triplet: AB, 56 and 0B. RGB value is (171,86,11). Sum of RGB (Red+Green+Blue) = 171+86+11=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB560B is #54A9F4. Grayscale: #676767. Windows color (decimal): -5548533 or 743083. OLE color: 743083.

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

Color convert

RGB 171 86 11 -
CMYK 0 0.50 0.94 0.33
HSL 28.13º 0.88% 0.36% -
HSV(B) 28.13º 0.94% 0.67% -
XYZ 20.18 15.34 2.21 -
YUV 102.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 171 86 11 0 0.50 0.94 0.33 28.13 0.88 0.36
Hex AB 56 B 0 32 5E 21 1C 58 24
Octal 253 126 13 0 62 136 41 34 130 44
Binary 10101011 1010110 1011 0 110010 1011110 100001 11100 1011000 100100

Color Harmonies of #AB560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB560B

Black with #AB560B

Text Example


Text Example

White with #AB560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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