Html Css Color HEX #A07C09 Hacienda

📋 copy color: '#A07C09'

red 160 ◦ green 124 ◦ blue 9

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

Shades of Hacienda #A07C09

Tints of Hacienda #A07C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.32%

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

R = 54.61%
G = 42.32%
B = 3.07%

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

#A07C09 (or 0xA07C09) is known color: Hacienda. HEX triplet: A0, 7C and 09. RGB value is (160,124,9). Sum of RGB (Red+Green+Blue) = 160+124+9=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C09 is #5F83F6. Grayscale: #7A7A7A. Windows color (decimal): -6259703 or 621728. OLE color: 621728.

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

Color convert

RGB 160 124 9 -
CMYK 0 0.22 0.94 0.37
HSL 45.7º 0.89% 0.33% -
HSV(B) 45.7º 0.94% 0.63% -
XYZ 21.75 21.91 3.34 -
YUV 121.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 160 124 9 0 0.22 0.94 0.37 45.7 0.89 0.33
Hex A0 7C 9 0 16 5E 25 2E 59 21
Octal 240 174 11 0 26 136 45 56 131 41
Binary 10100000 1111100 1001 0 10110 1011110 100101 101110 1011001 100001

Color Harmonies of #A07C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C09

Black with #A07C09

Text Example


Text Example

White with #A07C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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