Html Css Color HEX #A06304 Golden Brown

📋 copy color: '#A06304'

red 160 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #A06304

Tints of Golden Brown #A06304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

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

R = 60.84%
G = 37.64%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A06304 (or 0xA06304) is known color: Golden Brown. HEX triplet: A0, 63 and 04. RGB value is (160,99,4). Sum of RGB (Red+Green+Blue) = 160+99+4=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A06304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06304 is #5F9CFB. Grayscale: #6A6A6A. Windows color (decimal): -6266108 or 287648. OLE color: 287648.

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

Color convert

RGB 160 99 4 -
CMYK 0 0.38 0.98 0.37
HSL 36.54º 0.95% 0.32% -
HSV(B) 36.54º 0.98% 0.63% -
XYZ 18.98 16.41 2.28 -
YUV 106.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 160 99 4 0 0.38 0.98 0.37 36.54 0.95 0.32
Hex A0 63 4 0 26 62 25 25 5F 20
Octal 240 143 4 0 46 142 45 45 137 40
Binary 10100000 1100011 100 0 100110 1100010 100101 100101 1011111 100000

Color Harmonies of #A06304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06304

Black with #A06304

Text Example


Text Example

White with #A06304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06304; }

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

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

background-color css

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

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

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

border-color css

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

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

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