Html Css Color HEX #A05C01 Golden Brown

📋 copy color: '#A05C01'

red 160 ◦ green 92 ◦ blue 1

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

Shades of Golden Brown #A05C01

Tints of Golden Brown #A05C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 63.24%
G = 36.36%
B = 0.4%

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

#A05C01 (or 0xA05C01) is known color: Golden Brown. HEX triplet: A0, 5C and 01. RGB value is (160,92,1). Sum of RGB (Red+Green+Blue) = 160+92+1=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05C01 is #5FA3FE. Grayscale: #666666. Windows color (decimal): -6267903 or 89248. OLE color: 89248.

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

Color convert

RGB 160 92 1 -
CMYK 0 0.43 0.99 0.37
HSL 34.34º 0.99% 0.32% -
HSV(B) 34.34º 0.99% 0.63% -
XYZ 18.33 15.13 1.98 -
YUV 101.96 71.03 169.4 -
System Red Green Blue C M Y K H S L
Decimal 160 92 1 0 0.43 0.99 0.37 34.34 0.99 0.32
Hex A0 5C 1 0 2B 63 25 22 63 20
Octal 240 134 1 0 53 143 45 42 143 40
Binary 10100000 1011100 1 0 101011 1100011 100101 100010 1100011 100000

Color Harmonies of #A05C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C01

Black with #A05C01

Text Example


Text Example

White with #A05C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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