Html Css Color HEX #A06314 Golden Brown

📋 copy color: '#A06314'

red 160 ◦ green 99 ◦ blue 20

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

Shades of Golden Brown #A06314

Tints of Golden Brown #A06314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 57.35%
G = 35.48%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A06314 (or 0xA06314) is known color: Golden Brown. HEX triplet: A0, 63 and 14. RGB value is (160,99,20). Sum of RGB (Red+Green+Blue) = 160+99+20=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A06314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06314 is #5F9CEB. Grayscale: #6C6C6C. Windows color (decimal): -6266092 or 1336224. OLE color: 1336224.

HSL color Cylindrical-coordinate representation of color #A06314: hue angle of 33.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A06314 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 20 -
CMYK 0 0.38 0.88 0.37
HSL 33.86º 0.78% 0.35% -
HSV(B) 33.86º 0.88% 0.63% -
XYZ 19.09 16.45 2.83 -
YUV 108.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 160 99 20 0 0.38 0.88 0.37 33.86 0.78 0.35
Hex A0 63 14 0 26 58 25 22 4E 23
Octal 240 143 24 0 46 130 45 42 116 43
Binary 10100000 1100011 10100 0 100110 1011000 100101 100010 1001110 100011

Color Harmonies of #A06314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06314

Black with #A06314

Text Example


Text Example

White with #A06314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06314; }

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

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

background-color css

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

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

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

border-color css

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

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

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