Html Css Color HEX #A05201 Golden Brown

📋 copy color: '#A05201'

red 160 ◦ green 82 ◦ blue 1

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

Shades of Golden Brown #A05201

Tints of Golden Brown #A05201

RGB

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

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

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

R = 65.84%
G = 33.74%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A05201 (or 0xA05201) is known color: Golden Brown. HEX triplet: A0, 52 and 01. RGB value is (160,82,1). Sum of RGB (Red+Green+Blue) = 160+82+1=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A05201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05201 is #5FADFE. Grayscale: #606060. Windows color (decimal): -6270463 or 86688. OLE color: 86688.

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

Color convert

RGB 160 82 1 -
CMYK 0 0.49 0.99 0.37
HSL 30.57º 0.99% 0.32% -
HSV(B) 30.57º 0.99% 0.63% -
XYZ 17.52 13.51 1.71 -
YUV 96.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 160 82 1 0 0.49 0.99 0.37 30.57 0.99 0.32
Hex A0 52 1 0 31 63 25 1F 63 20
Octal 240 122 1 0 61 143 45 37 143 40
Binary 10100000 1010010 1 0 110001 1100011 100101 11111 1100011 100000

Color Harmonies of #A05201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05201

Black with #A05201

Text Example


Text Example

White with #A05201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05201; }

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

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

background-color css

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

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

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

border-color css

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

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

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