Html Css Color HEX #A05205 Golden Brown

📋 copy color: '#A05205'

red 160 ◦ green 82 ◦ blue 5

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

Shades of Golden Brown #A05205

Tints of Golden Brown #A05205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 64.78%
G = 33.2%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A05205 (or 0xA05205) is known color: Golden Brown. HEX triplet: A0, 52 and 05. RGB value is (160,82,5). Sum of RGB (Red+Green+Blue) = 160+82+5=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A05205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05205 is #5FADFA. Grayscale: #606060. Windows color (decimal): -6270459 or 348832. OLE color: 348832.

HSL color Cylindrical-coordinate representation of color #A05205: hue angle of 29.81º 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 #A05205 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 82 5 -
CMYK 0 0.49 0.97 0.37
HSL 29.81º 0.94% 0.32% -
HSV(B) 29.81º 0.97% 0.63% -
XYZ 17.54 13.52 1.83 -
YUV 96.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 160 82 5 0 0.49 0.97 0.37 29.81 0.94 0.32
Hex A0 52 5 0 31 61 25 1E 5E 20
Octal 240 122 5 0 61 141 45 36 136 40
Binary 10100000 1010010 101 0 110001 1100001 100101 11110 1011110 100000

Color Harmonies of #A05205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05205

Black with #A05205

Text Example


Text Example

White with #A05205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05205; }

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

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

background-color css

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

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

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

border-color css

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

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

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