Html Css Color HEX #A05C02 Golden Brown

📋 copy color: '#A05C02'

red 160 ◦ green 92 ◦ blue 2

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

Shades of Golden Brown #A05C02

Tints of Golden Brown #A05C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.22%

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

R = 62.99%
G = 36.22%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A05C02 (or 0xA05C02) is known color: Golden Brown. HEX triplet: A0, 5C and 02. RGB value is (160,92,2). Sum of RGB (Red+Green+Blue) = 160+92+2=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05C02 is #5FA3FD. Grayscale: #666666. Windows color (decimal): -6267902 or 154784. OLE color: 154784.

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

Color convert

RGB 160 92 2 -
CMYK 0 0.43 0.99 0.37
HSL 34.18º 0.98% 0.32% -
HSV(B) 34.18º 0.99% 0.63% -
XYZ 18.34 15.13 2.01 -
YUV 102.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 160 92 2 0 0.43 0.99 0.37 34.18 0.98 0.32
Hex A0 5C 2 0 2B 63 25 22 62 20
Octal 240 134 2 0 53 143 45 42 142 40
Binary 10100000 1011100 10 0 101011 1100011 100101 100010 1100010 100000

Color Harmonies of #A05C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C02

Black with #A05C02

Text Example


Text Example

White with #A05C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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