Html Css Color HEX #A07911 Hacienda

📋 copy color: '#A07911'

red 160 ◦ green 121 ◦ blue 17

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

Shades of Hacienda #A07911

Tints of Hacienda #A07911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.7%

R = 53.69%
G = 40.6%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A07911 (or 0xA07911) is known color: Hacienda. HEX triplet: A0, 79 and 11. RGB value is (160,121,17). Sum of RGB (Red+Green+Blue) = 160+121+17=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A07911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07911 is #5F86EE. Grayscale: #797979. Windows color (decimal): -6260463 or 1145248. OLE color: 1145248.

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

Color convert

RGB 160 121 17 -
CMYK 0 0.24 0.89 0.37
HSL 43.64º 0.81% 0.35% -
HSV(B) 43.64º 0.89% 0.63% -
XYZ 21.44 21.19 3.49 -
YUV 120.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 160 121 17 0 0.24 0.89 0.37 43.64 0.81 0.35
Hex A0 79 11 0 18 59 25 2C 51 23
Octal 240 171 21 0 30 131 45 54 121 43
Binary 10100000 1111001 10001 0 11000 1011001 100101 101100 1010001 100011

Color Harmonies of #A07911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07911

Black with #A07911

Text Example


Text Example

White with #A07911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07911; }

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

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

background-color css

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

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

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

border-color css

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

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

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