Html Css Color HEX #A05913 Golden Brown

📋 copy color: '#A05913'

red 160 ◦ green 89 ◦ blue 19

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

Shades of Golden Brown #A05913

Tints of Golden Brown #A05913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 59.7%
G = 33.21%
B = 7.09%

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

#A05913 (or 0xA05913) is known color: Golden Brown. HEX triplet: A0, 59 and 13. RGB value is (160,89,19). Sum of RGB (Red+Green+Blue) = 160+89+19=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A05913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05913 is #5FA6EC. Grayscale: #666666. Windows color (decimal): -6268653 or 1268128. OLE color: 1268128.

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

Color convert

RGB 160 89 19 -
CMYK 0 0.44 0.88 0.37
HSL 29.79º 0.79% 0.35% -
HSV(B) 29.79º 0.88% 0.63% -
XYZ 18.19 14.67 2.49 -
YUV 102.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 160 89 19 0 0.44 0.88 0.37 29.79 0.79 0.35
Hex A0 59 13 0 2C 58 25 1E 4F 23
Octal 240 131 23 0 54 130 45 36 117 43
Binary 10100000 1011001 10011 0 101100 1011000 100101 11110 1001111 100011

Color Harmonies of #A05913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05913

Black with #A05913

Text Example


Text Example

White with #A05913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05913; }

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

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

background-color css

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

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

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

border-color css

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

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

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