Html Css Color HEX #A05705 Golden Brown

📋 copy color: '#A05705'

red 160 ◦ green 87 ◦ blue 5

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

Shades of Golden Brown #A05705

Tints of Golden Brown #A05705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.52%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 63.49%
G = 34.52%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A05705 (or 0xA05705) is known color: Golden Brown. HEX triplet: A0, 57 and 05. RGB value is (160,87,5). Sum of RGB (Red+Green+Blue) = 160+87+5=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A05705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05705 is #5FA8FA. Grayscale: #636363. Windows color (decimal): -6269179 or 350112. OLE color: 350112.

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

Color convert

RGB 160 87 5 -
CMYK 0 0.46 0.97 0.37
HSL 31.74º 0.94% 0.32% -
HSV(B) 31.74º 0.97% 0.63% -
XYZ 17.93 14.3 1.96 -
YUV 99.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 160 87 5 0 0.46 0.97 0.37 31.74 0.94 0.32
Hex A0 57 5 0 2E 61 25 20 5E 20
Octal 240 127 5 0 56 141 45 40 136 40
Binary 10100000 1010111 101 0 101110 1100001 100101 100000 1011110 100000

Color Harmonies of #A05705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05705

Black with #A05705

Text Example


Text Example

White with #A05705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05705; }

 p { color: rgb(160,87,5); }

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

background-color css

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

 a { background-color: rgb(160,87,5); }

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

border-color css

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

 span { border-color: rgb(160,87,5); }

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