Html Css Color HEX #A07E09 Hacienda

📋 copy color: '#A07E09'

red 160 ◦ green 126 ◦ blue 9

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

Shades of Hacienda #A07E09

Tints of Hacienda #A07E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.05%

R = 54.24%
G = 42.71%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A07E09 (or 0xA07E09) is known color: Hacienda. HEX triplet: A0, 7E and 09. RGB value is (160,126,9). Sum of RGB (Red+Green+Blue) = 160+126+9=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E09 is #5F81F6. Grayscale: #7B7B7B. Windows color (decimal): -6259191 or 622240. OLE color: 622240.

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

Color convert

RGB 160 126 9 -
CMYK 0 0.21 0.94 0.37
HSL 46.49º 0.89% 0.33% -
HSV(B) 46.49º 0.94% 0.63% -
XYZ 22.01 22.42 3.43 -
YUV 122.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 160 126 9 0 0.21 0.94 0.37 46.49 0.89 0.33
Hex A0 7E 9 0 15 5E 25 2E 59 21
Octal 240 176 11 0 25 136 45 56 131 41
Binary 10100000 1111110 1001 0 10101 1011110 100101 101110 1011001 100001

Color Harmonies of #A07E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E09

Black with #A07E09

Text Example


Text Example

White with #A07E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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