Html Css Color HEX #A05916 Golden Brown

📋 copy color: '#A05916'

red 160 ◦ green 89 ◦ blue 22

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

Shades of Golden Brown #A05916

Tints of Golden Brown #A05916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 59.04%
G = 32.84%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A05916 (or 0xA05916) is known color: Golden Brown. HEX triplet: A0, 59 and 16. RGB value is (160,89,22). Sum of RGB (Red+Green+Blue) = 160+89+22=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A05916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05916 is #5FA6E9. Grayscale: #666666. Windows color (decimal): -6268650 or 1464736. OLE color: 1464736.

HSL color Cylindrical-coordinate representation of color #A05916: hue angle of 29.13º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A05916 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 22 -
CMYK 0 0.44 0.86 0.37
HSL 29.13º 0.76% 0.36% -
HSV(B) 29.13º 0.86% 0.63% -
XYZ 18.21 14.68 2.63 -
YUV 102.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 160 89 22 0 0.44 0.86 0.37 29.13 0.76 0.36
Hex A0 59 16 0 2C 56 25 1D 4C 24
Octal 240 131 26 0 54 126 45 35 114 44
Binary 10100000 1011001 10110 0 101100 1010110 100101 11101 1001100 100100

Color Harmonies of #A05916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05916

Black with #A05916

Text Example


Text Example

White with #A05916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05916; }

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

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

background-color css

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

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

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

border-color css

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

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

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