Html Css Color HEX #A5560B Golden Brown

📋 copy color: '#A5560B'

red 165 ◦ green 86 ◦ blue 11

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

Shades of Golden Brown #A5560B

Tints of Golden Brown #A5560B

RGB

 RED value IS 165 (64.84% from 255) = 62.98%

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

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

R = 62.98%
G = 32.82%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5560B (or 0xA5560B) is known color: Golden Brown. HEX triplet: A5, 56 and 0B. RGB value is (165,86,11). Sum of RGB (Red+Green+Blue) = 165+86+11=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5560B is #5AA9F4. Grayscale: #656565. Windows color (decimal): -5941749 or 743077. OLE color: 743077.

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

Color convert

RGB 165 86 11 -
CMYK 0 0.48 0.93 0.35
HSL 29.22º 0.88% 0.35% -
HSV(B) 29.22º 0.93% 0.65% -
XYZ 18.91 14.68 2.15 -
YUV 101.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 165 86 11 0 0.48 0.93 0.35 29.22 0.88 0.35
Hex A5 56 B 0 30 5D 23 1D 58 23
Octal 245 126 13 0 60 135 43 35 130 43
Binary 10100101 1010110 1011 0 110000 1011101 100011 11101 1011000 100011

Color Harmonies of #A5560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5560B

Black with #A5560B

Text Example


Text Example

White with #A5560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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