Html Css Color HEX #A05600 Golden Brown

📋 copy color: '#A05600'

red 160 ◦ green 86 ◦ blue 0

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

Shades of Golden Brown #A05600

Tints of Golden Brown #A05600

RGB

 RED value IS 160 (62.89% from 255) = 65.04%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.04%
G = 34.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A05600 (or 0xA05600) is known color: Golden Brown. HEX triplet: A0, 56 and 00. RGB value is (160,86,0). Sum of RGB (Red+Green+Blue) = 160+86+0=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A05600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05600 is #5FA9FF. Grayscale: #626262. Windows color (decimal): -6269440 or 22176. OLE color: 22176.

HSL color Cylindrical-coordinate representation of color #A05600: hue angle of 32.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A05600 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 86 0 -
CMYK 0 0.46 1 0.37
HSL 32.25º 1% 0.31% -
HSV(B) 32.25º 1% 0.63% -
XYZ 17.82 14.13 1.79 -
YUV 98.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 160 86 0 0 0.46 1 0.37 32.25 1 0.31
Hex A0 56 0 0 2E 64 25 20 64 1F
Octal 240 126 0 0 56 144 45 40 144 37
Binary 10100000 1010110 0 0 101110 1100100 100101 100000 1100100 11111

Color Harmonies of #A05600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05600

Black with #A05600

Text Example


Text Example

White with #A05600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05600; }

 p { color: rgb(160,86,0); }

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

background-color css

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

 a { background-color: rgb(160,86,0); }

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

border-color css

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

 span { border-color: rgb(160,86,0); }

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