Html Css Color HEX #A06200 Golden Brown

📋 copy color: '#A06200'

red 160 ◦ green 98 ◦ blue 0

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

Shades of Golden Brown #A06200

Tints of Golden Brown #A06200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.02%
G = 37.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A06200 (or 0xA06200) is known color: Golden Brown. HEX triplet: A0, 62 and 00. RGB value is (160,98,0). Sum of RGB (Red+Green+Blue) = 160+98+0=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A06200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06200 is #5F9DFF. Grayscale: #696969. Windows color (decimal): -6266368 or 25248. OLE color: 25248.

HSL color Cylindrical-coordinate representation of color #A06200: hue angle of 36.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A06200 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 98 0 -
CMYK 0 0.39 1 0.37
HSL 36.75º 1% 0.31% -
HSV(B) 36.75º 1% 0.63% -
XYZ 18.86 16.21 2.13 -
YUV 105.37 68.54 166.97 -
System Red Green Blue C M Y K H S L
Decimal 160 98 0 0 0.39 1 0.37 36.75 1 0.31
Hex A0 62 0 0 27 64 25 25 64 1F
Octal 240 142 0 0 47 144 45 45 144 37
Binary 10100000 1100010 0 0 100111 1100100 100101 100101 1100100 11111

Color Harmonies of #A06200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06200

Black with #A06200

Text Example


Text Example

White with #A06200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06200; }

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

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

background-color css

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

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

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

border-color css

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

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

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