Html Css Color HEX #A05702 Golden Brown

📋 copy color: '#A05702'

red 160 ◦ green 87 ◦ blue 2

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

Shades of Golden Brown #A05702

Tints of Golden Brown #A05702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 64.26%
G = 34.94%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A05702 (or 0xA05702) is known color: Golden Brown. HEX triplet: A0, 57 and 02. RGB value is (160,87,2). Sum of RGB (Red+Green+Blue) = 160+87+2=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A05702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05702 is #5FA8FD. Grayscale: #636363. Windows color (decimal): -6269182 or 153504. OLE color: 153504.

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

Color convert

RGB 160 87 2 -
CMYK 0 0.46 0.99 0.37
HSL 32.28º 0.98% 0.32% -
HSV(B) 32.28º 0.99% 0.63% -
XYZ 17.92 14.29 1.87 -
YUV 99.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 160 87 2 0 0.46 0.99 0.37 32.28 0.98 0.32
Hex A0 57 2 0 2E 63 25 20 62 20
Octal 240 127 2 0 56 143 45 40 142 40
Binary 10100000 1010111 10 0 101110 1100011 100101 100000 1100010 100000

Color Harmonies of #A05702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05702

Black with #A05702

Text Example


Text Example

White with #A05702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05702; }

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

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

background-color css

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

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

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

border-color css

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

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

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