Html Css Color HEX #A07819 Hacienda

📋 copy color: '#A07819'

red 160 ◦ green 120 ◦ blue 25

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

Shades of Hacienda #A07819

Tints of Hacienda #A07819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 52.46%
G = 39.34%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A07819 (or 0xA07819) is known color: Hacienda. HEX triplet: A0, 78 and 19. RGB value is (160,120,25). Sum of RGB (Red+Green+Blue) = 160+120+25=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A07819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07819 is #5F87E6. Grayscale: #797979. Windows color (decimal): -6260711 or 1669280. OLE color: 1669280.

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

Color convert

RGB 160 120 25 -
CMYK 0 0.25 0.84 0.37
HSL 42.22º 0.73% 0.36% -
HSV(B) 42.22º 0.84% 0.63% -
XYZ 21.39 20.98 3.84 -
YUV 121.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 160 120 25 0 0.25 0.84 0.37 42.22 0.73 0.36
Hex A0 78 19 0 19 54 25 2A 49 24
Octal 240 170 31 0 31 124 45 52 111 44
Binary 10100000 1111000 11001 0 11001 1010100 100101 101010 1001001 100100

Color Harmonies of #A07819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07819

Black with #A07819

Text Example


Text Example

White with #A07819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07819; }

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

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

background-color css

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

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

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

border-color css

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

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

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