Html Css Color HEX #A07E15 Hacienda

📋 copy color: '#A07E15'

red 160 ◦ green 126 ◦ blue 21

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

Shades of Hacienda #A07E15

Tints of Hacienda #A07E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.04%

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

R = 52.12%
G = 41.04%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A07E15 (or 0xA07E15) is known color: Hacienda. HEX triplet: A0, 7E and 15. RGB value is (160,126,21). Sum of RGB (Red+Green+Blue) = 160+126+21=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E15 is #5F81EA. Grayscale: #7C7C7C. Windows color (decimal): -6259179 or 1408672. OLE color: 1408672.

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

Color convert

RGB 160 126 21 -
CMYK 0 0.21 0.87 0.37
HSL 45.32º 0.77% 0.35% -
HSV(B) 45.32º 0.87% 0.63% -
XYZ 22.09 22.45 3.88 -
YUV 124.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 160 126 21 0 0.21 0.87 0.37 45.32 0.77 0.35
Hex A0 7E 15 0 15 57 25 2D 4D 23
Octal 240 176 25 0 25 127 45 55 115 43
Binary 10100000 1111110 10101 0 10101 1010111 100101 101101 1001101 100011

Color Harmonies of #A07E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E15

Black with #A07E15

Text Example


Text Example

White with #A07E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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