Html Css Color HEX #A07E14 Hacienda

📋 copy color: '#A07E14'

red 160 ◦ green 126 ◦ blue 20

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

Shades of Hacienda #A07E14

Tints of Hacienda #A07E14

RGB

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

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

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

R = 52.29%
G = 41.18%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A07E14 (or 0xA07E14) is known color: Hacienda. HEX triplet: A0, 7E and 14. RGB value is (160,126,20). Sum of RGB (Red+Green+Blue) = 160+126+20=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E14 is #5F81EB. Grayscale: #7C7C7C. Windows color (decimal): -6259180 or 1343136. OLE color: 1343136.

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

Color convert

RGB 160 126 20 -
CMYK 0 0.21 0.88 0.37
HSL 45.43º 0.78% 0.35% -
HSV(B) 45.43º 0.88% 0.63% -
XYZ 22.08 22.45 3.83 -
YUV 124.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 160 126 20 0 0.21 0.88 0.37 45.43 0.78 0.35
Hex A0 7E 14 0 15 58 25 2D 4E 23
Octal 240 176 24 0 25 130 45 55 116 43
Binary 10100000 1111110 10100 0 10101 1011000 100101 101101 1001110 100011

Color Harmonies of #A07E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E14

Black with #A07E14

Text Example


Text Example

White with #A07E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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