Html Css Color HEX #A07215 Golden Brown

📋 copy color: '#A07215'

red 160 ◦ green 114 ◦ blue 21

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

Shades of Golden Brown #A07215

Tints of Golden Brown #A07215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

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

R = 54.24%
G = 38.64%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A07215 (or 0xA07215) is known color: Golden Brown. HEX triplet: A0, 72 and 15. RGB value is (160,114,21). Sum of RGB (Red+Green+Blue) = 160+114+21=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07215 is #5F8DEA. Grayscale: #757575. Windows color (decimal): -6262251 or 1405600. OLE color: 1405600.

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

Color convert

RGB 160 114 21 -
CMYK 0 0.29 0.87 0.37
HSL 40.14º 0.77% 0.35% -
HSV(B) 40.14º 0.87% 0.63% -
XYZ 20.65 19.56 3.4 -
YUV 117.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 160 114 21 0 0.29 0.87 0.37 40.14 0.77 0.35
Hex A0 72 15 0 1D 57 25 28 4D 23
Octal 240 162 25 0 35 127 45 50 115 43
Binary 10100000 1110010 10101 0 11101 1010111 100101 101000 1001101 100011

Color Harmonies of #A07215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07215

Black with #A07215

Text Example


Text Example

White with #A07215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07215; }

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

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

background-color css

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

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

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

border-color css

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

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

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