Html Css Color HEX #A06201 Golden Brown

📋 copy color: '#A06201'

red 160 ◦ green 98 ◦ blue 1

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

Shades of Golden Brown #A06201

Tints of Golden Brown #A06201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

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

R = 61.78%
G = 37.84%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A06201 (or 0xA06201) is known color: Golden Brown. HEX triplet: A0, 62 and 01. RGB value is (160,98,1). Sum of RGB (Red+Green+Blue) = 160+98+1=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A06201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06201 is #5F9DFE. Grayscale: #696969. Windows color (decimal): -6266367 or 90784. OLE color: 90784.

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

Color convert

RGB 160 98 1 -
CMYK 0 0.39 0.99 0.37
HSL 36.6º 0.99% 0.32% -
HSV(B) 36.6º 0.99% 0.63% -
XYZ 18.87 16.21 2.16 -
YUV 105.48 69.04 166.89 -
System Red Green Blue C M Y K H S L
Decimal 160 98 1 0 0.39 0.99 0.37 36.6 0.99 0.32
Hex A0 62 1 0 27 63 25 25 63 20
Octal 240 142 1 0 47 143 45 45 143 40
Binary 10100000 1100010 1 0 100111 1100011 100101 100101 1100011 100000

Color Harmonies of #A06201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06201

Black with #A06201

Text Example


Text Example

White with #A06201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06201; }

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

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

background-color css

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

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

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

border-color css

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

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

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