Html Css Color HEX #AB560C Golden Brown

📋 copy color: '#AB560C'

red 171 ◦ green 86 ◦ blue 12

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

Shades of Golden Brown #AB560C

Tints of Golden Brown #AB560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 63.57%
G = 31.97%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB560C (or 0xAB560C) is known color: Golden Brown. HEX triplet: AB, 56 and 0C. RGB value is (171,86,12). Sum of RGB (Red+Green+Blue) = 171+86+12=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB560C is #54A9F3. Grayscale: #676767. Windows color (decimal): -5548532 or 808619. OLE color: 808619.

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

Color convert

RGB 171 86 12 -
CMYK 0 0.50 0.93 0.33
HSL 27.92º 0.87% 0.36% -
HSV(B) 27.92º 0.93% 0.67% -
XYZ 20.19 15.34 2.24 -
YUV 102.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 171 86 12 0 0.50 0.93 0.33 27.92 0.87 0.36
Hex AB 56 C 0 32 5D 21 1C 57 24
Octal 253 126 14 0 62 135 41 34 127 44
Binary 10101011 1010110 1100 0 110010 1011101 100001 11100 1010111 100100

Color Harmonies of #AB560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB560C

Black with #AB560C

Text Example


Text Example

White with #AB560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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