Html Css Color HEX #A07914 Hacienda

📋 copy color: '#A07914'

red 160 ◦ green 121 ◦ blue 20

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

Shades of Hacienda #A07914

Tints of Hacienda #A07914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

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

R = 53.16%
G = 40.2%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A07914 (or 0xA07914) is known color: Hacienda. HEX triplet: A0, 79 and 14. RGB value is (160,121,20). Sum of RGB (Red+Green+Blue) = 160+121+20=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A07914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07914 is #5F86EB. Grayscale: #797979. Windows color (decimal): -6260460 or 1341856. OLE color: 1341856.

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

Color convert

RGB 160 121 20 -
CMYK 0 0.24 0.88 0.37
HSL 43.29º 0.78% 0.35% -
HSV(B) 43.29º 0.88% 0.63% -
XYZ 21.46 21.2 3.62 -
YUV 121.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 160 121 20 0 0.24 0.88 0.37 43.29 0.78 0.35
Hex A0 79 14 0 18 58 25 2B 4E 23
Octal 240 171 24 0 30 130 45 53 116 43
Binary 10100000 1111001 10100 0 11000 1011000 100101 101011 1001110 100011

Color Harmonies of #A07914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07914

Black with #A07914

Text Example


Text Example

White with #A07914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07914; }

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

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

background-color css

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

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

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

border-color css

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

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

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