Html Css Color HEX #A07113 Golden Brown

📋 copy color: '#A07113'

red 160 ◦ green 113 ◦ blue 19

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

Shades of Golden Brown #A07113

Tints of Golden Brown #A07113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

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

R = 54.79%
G = 38.7%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A07113 (or 0xA07113) is known color: Golden Brown. HEX triplet: A0, 71 and 13. RGB value is (160,113,19). Sum of RGB (Red+Green+Blue) = 160+113+19=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A07113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07113 is #5F8EEC. Grayscale: #747474. Windows color (decimal): -6262509 or 1274272. OLE color: 1274272.

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

Color convert

RGB 160 113 19 -
CMYK 0 0.29 0.88 0.37
HSL 40º 0.79% 0.35% -
HSV(B) 40º 0.88% 0.63% -
XYZ 20.52 19.33 3.27 -
YUV 116.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 160 113 19 0 0.29 0.88 0.37 40 0.79 0.35
Hex A0 71 13 0 1D 58 25 28 4F 23
Octal 240 161 23 0 35 130 45 50 117 43
Binary 10100000 1110001 10011 0 11101 1011000 100101 101000 1001111 100011

Color Harmonies of #A07113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07113

Black with #A07113

Text Example


Text Example

White with #A07113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07113; }

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

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

background-color css

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

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

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

border-color css

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

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

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