Html Css Color HEX #A05914 Golden Brown

📋 copy color: '#A05914'

red 160 ◦ green 89 ◦ blue 20

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

Shades of Golden Brown #A05914

Tints of Golden Brown #A05914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

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

R = 59.48%
G = 33.09%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A05914 (or 0xA05914) is known color: Golden Brown. HEX triplet: A0, 59 and 14. RGB value is (160,89,20). Sum of RGB (Red+Green+Blue) = 160+89+20=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A05914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05914 is #5FA6EB. Grayscale: #666666. Windows color (decimal): -6268652 or 1333664. OLE color: 1333664.

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

Color convert

RGB 160 89 20 -
CMYK 0 0.44 0.88 0.37
HSL 29.57º 0.78% 0.35% -
HSV(B) 29.57º 0.88% 0.63% -
XYZ 18.2 14.67 2.53 -
YUV 102.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 160 89 20 0 0.44 0.88 0.37 29.57 0.78 0.35
Hex A0 59 14 0 2C 58 25 1E 4E 23
Octal 240 131 24 0 54 130 45 36 116 43
Binary 10100000 1011001 10100 0 101100 1011000 100101 11110 1001110 100011

Color Harmonies of #A05914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05914

Black with #A05914

Text Example


Text Example

White with #A05914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05914; }

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

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

background-color css

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

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

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

border-color css

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

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

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