Html Css Color HEX #A07315 Golden Brown

📋 copy color: '#A07315'

red 160 ◦ green 115 ◦ blue 21

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

Shades of Golden Brown #A07315

Tints of Golden Brown #A07315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 54.05%
G = 38.85%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A07315 (or 0xA07315) is known color: Golden Brown. HEX triplet: A0, 73 and 15. RGB value is (160,115,21). Sum of RGB (Red+Green+Blue) = 160+115+21=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A07315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07315 is #5F8CEA. Grayscale: #767676. Windows color (decimal): -6261995 or 1405856. OLE color: 1405856.

HSL color Cylindrical-coordinate representation of color #A07315: hue angle of 40.58º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A07315 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 21 -
CMYK 0 0.28 0.87 0.37
HSL 40.58º 0.77% 0.35% -
HSV(B) 40.58º 0.87% 0.63% -
XYZ 20.76 19.79 3.43 -
YUV 117.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 160 115 21 0 0.28 0.87 0.37 40.58 0.77 0.35
Hex A0 73 15 0 1C 57 25 29 4D 23
Octal 240 163 25 0 34 127 45 51 115 43
Binary 10100000 1110011 10101 0 11100 1010111 100101 101001 1001101 100011

Color Harmonies of #A07315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07315

Black with #A07315

Text Example


Text Example

White with #A07315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07315; }

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

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

background-color css

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

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

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

border-color css

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

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

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