Html Css Color HEX #A07A19 Hacienda

📋 copy color: '#A07A19'

red 160 ◦ green 122 ◦ blue 25

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

Shades of Hacienda #A07A19

Tints of Hacienda #A07A19

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.74%

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 52.12%
G = 39.74%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A07A19 (or 0xA07A19) is known color: Hacienda. HEX triplet: A0, 7A and 19. RGB value is (160,122,25). Sum of RGB (Red+Green+Blue) = 160+122+25=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A19 is #5F85E6. Grayscale: #7A7A7A. Windows color (decimal): -6260199 or 1669792. OLE color: 1669792.

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

Color convert

RGB 160 122 25 -
CMYK 0 0.24 0.84 0.37
HSL 43.11º 0.73% 0.36% -
HSV(B) 43.11º 0.84% 0.63% -
XYZ 21.63 21.46 3.92 -
YUV 122.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 160 122 25 0 0.24 0.84 0.37 43.11 0.73 0.36
Hex A0 7A 19 0 18 54 25 2B 49 24
Octal 240 172 31 0 30 124 45 53 111 44
Binary 10100000 1111010 11001 0 11000 1010100 100101 101011 1001001 100100

Color Harmonies of #A07A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A19

Black with #A07A19

Text Example


Text Example

White with #A07A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A19; }

 p { color: rgb(160,122,25); }

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

background-color css

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

 a { background-color: rgb(160,122,25); }

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

border-color css

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

 span { border-color: rgb(160,122,25); }

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