Html Css Color HEX #A9560B Golden Brown

📋 copy color: '#A9560B'

red 169 ◦ green 86 ◦ blue 11

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

Shades of Golden Brown #A9560B

Tints of Golden Brown #A9560B

RGB

 RED value IS 169 (66.41% from 255) = 63.53%

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

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

R = 63.53%
G = 32.33%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9560B (or 0xA9560B) is known color: Golden Brown. HEX triplet: A9, 56 and 0B. RGB value is (169,86,11). Sum of RGB (Red+Green+Blue) = 169+86+11=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A9560B is #56A9F4. Grayscale: #666666. Windows color (decimal): -5679605 or 743081. OLE color: 743081.

HSL color Cylindrical-coordinate representation of color #A9560B: hue angle of 28.48º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9560B is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 86 11 -
CMYK 0 0.49 0.93 0.34
HSL 28.48º 0.88% 0.35% -
HSV(B) 28.48º 0.93% 0.66% -
XYZ 19.75 15.11 2.19 -
YUV 102.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 169 86 11 0 0.49 0.93 0.34 28.48 0.88 0.35
Hex A9 56 B 0 31 5D 22 1C 58 23
Octal 251 126 13 0 61 135 42 34 130 43
Binary 10101001 1010110 1011 0 110001 1011101 100010 11100 1011000 100011

Color Harmonies of #A9560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9560B

Black with #A9560B

Text Example


Text Example

White with #A9560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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