Html Css Color HEX #AB5606 Golden Brown

📋 copy color: '#AB5606'

red 171 ◦ green 86 ◦ blue 6

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

Shades of Golden Brown #AB5606

Tints of Golden Brown #AB5606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 65.02%
G = 32.7%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB5606 (or 0xAB5606) is known color: Golden Brown. HEX triplet: AB, 56 and 06. RGB value is (171,86,6). Sum of RGB (Red+Green+Blue) = 171+86+6=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5606 is #54A9F9. Grayscale: #666666. Windows color (decimal): -5548538 or 415403. OLE color: 415403.

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

Color convert

RGB 171 86 6 -
CMYK 0 0.50 0.96 0.33
HSL 29.09º 0.93% 0.35% -
HSV(B) 29.09º 0.96% 0.67% -
XYZ 20.16 15.33 2.07 -
YUV 102.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 171 86 6 0 0.50 0.96 0.33 29.09 0.93 0.35
Hex AB 56 6 0 32 60 21 1D 5D 23
Octal 253 126 6 0 62 140 41 35 135 43
Binary 10101011 1010110 110 0 110010 1100000 100001 11101 1011101 100011

Color Harmonies of #AB5606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5606

Black with #AB5606

Text Example


Text Example

White with #AB5606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5606; }

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

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

background-color css

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

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

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

border-color css

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

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

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