Html Css Color HEX #A07D09 Hacienda

📋 copy color: '#A07D09'

red 160 ◦ green 125 ◦ blue 9

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

Shades of Hacienda #A07D09

Tints of Hacienda #A07D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.52%

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

R = 54.42%
G = 42.52%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A07D09 (or 0xA07D09) is known color: Hacienda. HEX triplet: A0, 7D and 09. RGB value is (160,125,9). Sum of RGB (Red+Green+Blue) = 160+125+9=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D09 is #5F82F6. Grayscale: #7A7A7A. Windows color (decimal): -6259447 or 621984. OLE color: 621984.

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

Color convert

RGB 160 125 9 -
CMYK 0 0.22 0.94 0.37
HSL 46.09º 0.89% 0.33% -
HSV(B) 46.09º 0.94% 0.63% -
XYZ 21.88 22.16 3.38 -
YUV 122.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 160 125 9 0 0.22 0.94 0.37 46.09 0.89 0.33
Hex A0 7D 9 0 16 5E 25 2E 59 21
Octal 240 175 11 0 26 136 45 56 131 41
Binary 10100000 1111101 1001 0 10110 1011110 100101 101110 1011001 100001

Color Harmonies of #A07D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D09

Black with #A07D09

Text Example


Text Example

White with #A07D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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