Html Css Color HEX #A06204 Golden Brown

📋 copy color: '#A06204'

red 160 ◦ green 98 ◦ blue 4

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

Shades of Golden Brown #A06204

Tints of Golden Brown #A06204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 61.07%
G = 37.4%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A06204 (or 0xA06204) is known color: Golden Brown. HEX triplet: A0, 62 and 04. RGB value is (160,98,4). Sum of RGB (Red+Green+Blue) = 160+98+4=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A06204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06204 is #5F9DFB. Grayscale: #6A6A6A. Windows color (decimal): -6266364 or 287392. OLE color: 287392.

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

Color convert

RGB 160 98 4 -
CMYK 0 0.39 0.98 0.37
HSL 36.15º 0.95% 0.32% -
HSV(B) 36.15º 0.98% 0.63% -
XYZ 18.89 16.22 2.25 -
YUV 105.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 160 98 4 0 0.39 0.98 0.37 36.15 0.95 0.32
Hex A0 62 4 0 27 62 25 24 5F 20
Octal 240 142 4 0 47 142 45 44 137 40
Binary 10100000 1100010 100 0 100111 1100010 100101 100100 1011111 100000

Color Harmonies of #A06204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06204

Black with #A06204

Text Example


Text Example

White with #A06204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06204; }

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

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

background-color css

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

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

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

border-color css

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

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

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