Html Css Color HEX #A07013 Golden Brown

📋 copy color: '#A07013'

red 160 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #A07013

Tints of Golden Brown #A07013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

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

R = 54.98%
G = 38.49%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A07013 (or 0xA07013) is known color: Golden Brown. HEX triplet: A0, 70 and 13. RGB value is (160,112,19). Sum of RGB (Red+Green+Blue) = 160+112+19=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A07013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07013 is #5F8FEC. Grayscale: #747474. Windows color (decimal): -6262765 or 1274016. OLE color: 1274016.

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

Color convert

RGB 160 112 19 -
CMYK 0 0.30 0.88 0.37
HSL 39.57º 0.79% 0.35% -
HSV(B) 39.57º 0.88% 0.63% -
XYZ 20.41 19.11 3.23 -
YUV 115.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 160 112 19 0 0.30 0.88 0.37 39.57 0.79 0.35
Hex A0 70 13 0 1E 58 25 28 4F 23
Octal 240 160 23 0 36 130 45 50 117 43
Binary 10100000 1110000 10011 0 11110 1011000 100101 101000 1001111 100011

Color Harmonies of #A07013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07013

Black with #A07013

Text Example


Text Example

White with #A07013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07013; }

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

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

background-color css

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

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

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

border-color css

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

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

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