Html Css Color HEX #A07413 Golden Brown

📋 copy color: '#A07413'

red 160 ◦ green 116 ◦ blue 19

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

Shades of Golden Brown #A07413

Tints of Golden Brown #A07413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 54.24%
G = 39.32%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A07413 (or 0xA07413) is known color: Golden Brown. HEX triplet: A0, 74 and 13. RGB value is (160,116,19). Sum of RGB (Red+Green+Blue) = 160+116+19=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07413 is #5F8BEC. Grayscale: #767676. Windows color (decimal): -6261741 or 1275040. OLE color: 1275040.

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

Color convert

RGB 160 116 19 -
CMYK 0 0.28 0.88 0.37
HSL 41.28º 0.79% 0.35% -
HSV(B) 41.28º 0.88% 0.63% -
XYZ 20.86 20.01 3.38 -
YUV 118.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 160 116 19 0 0.28 0.88 0.37 41.28 0.79 0.35
Hex A0 74 13 0 1C 58 25 29 4F 23
Octal 240 164 23 0 34 130 45 51 117 43
Binary 10100000 1110100 10011 0 11100 1011000 100101 101001 1001111 100011

Color Harmonies of #A07413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07413

Black with #A07413

Text Example


Text Example

White with #A07413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07413; }

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

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

background-color css

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

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

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

border-color css

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

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

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