Html Css Color HEX #A07F09 Hacienda

📋 copy color: '#A07F09'

red 160 ◦ green 127 ◦ blue 9

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

Shades of Hacienda #A07F09

Tints of Hacienda #A07F09

RGB

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

 GREEN value IS 127 (50% from 255) = 42.91%

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

R = 54.05%
G = 42.91%
B = 3.04%

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

#A07F09 (or 0xA07F09) is known color: Hacienda. HEX triplet: A0, 7F and 09. RGB value is (160,127,9). Sum of RGB (Red+Green+Blue) = 160+127+9=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07F09 is #5F80F6. Grayscale: #7B7B7B. Windows color (decimal): -6258935 or 622496. OLE color: 622496.

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

Color convert

RGB 160 127 9 -
CMYK 0 0.21 0.94 0.37
HSL 46.89º 0.89% 0.33% -
HSV(B) 46.89º 0.94% 0.63% -
XYZ 22.14 22.67 3.47 -
YUV 123.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 160 127 9 0 0.21 0.94 0.37 46.89 0.89 0.33
Hex A0 7F 9 0 15 5E 25 2F 59 21
Octal 240 177 11 0 25 136 45 57 131 41
Binary 10100000 1111111 1001 0 10101 1011110 100101 101111 1011001 100001

Color Harmonies of #A07F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F09

Black with #A07F09

Text Example


Text Example

White with #A07F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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