Html Css Color HEX #A07314 Golden Brown

📋 copy color: '#A07314'

red 160 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #A07314

Tints of Golden Brown #A07314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.98%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 54.24%
G = 38.98%
B = 6.78%

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

#A07314 (or 0xA07314) is known color: Golden Brown. HEX triplet: A0, 73 and 14. RGB value is (160,115,20). Sum of RGB (Red+Green+Blue) = 160+115+20=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07314 is #5F8CEB. Grayscale: #767676. Windows color (decimal): -6261996 or 1340320. OLE color: 1340320.

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

Color convert

RGB 160 115 20 -
CMYK 0 0.28 0.88 0.37
HSL 40.71º 0.78% 0.35% -
HSV(B) 40.71º 0.88% 0.63% -
XYZ 20.75 19.79 3.39 -
YUV 117.63 72.91 158.22 -
System Red Green Blue C M Y K H S L
Decimal 160 115 20 0 0.28 0.88 0.37 40.71 0.78 0.35
Hex A0 73 14 0 1C 58 25 29 4E 23
Octal 240 163 24 0 34 130 45 51 116 43
Binary 10100000 1110011 10100 0 11100 1011000 100101 101001 1001110 100011

Color Harmonies of #A07314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07314

Black with #A07314

Text Example


Text Example

White with #A07314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07314; }

 p { color: rgb(160,115,20); }

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

background-color css

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

 a { background-color: rgb(160,115,20); }

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

border-color css

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

 span { border-color: rgb(160,115,20); }

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