Html Css Color HEX #A07519 Hacienda

📋 copy color: '#A07519'

red 160 ◦ green 117 ◦ blue 25

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

Shades of Hacienda #A07519

Tints of Hacienda #A07519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 52.98%
G = 38.74%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A07519 (or 0xA07519) is known color: Hacienda. HEX triplet: A0, 75 and 19. RGB value is (160,117,25). Sum of RGB (Red+Green+Blue) = 160+117+25=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A07519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07519 is #5F8AE6. Grayscale: #777777. Windows color (decimal): -6261479 or 1668512. OLE color: 1668512.

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

Color convert

RGB 160 117 25 -
CMYK 0 0.27 0.84 0.37
HSL 40.89º 0.73% 0.36% -
HSV(B) 40.89º 0.84% 0.63% -
XYZ 21.03 20.27 3.72 -
YUV 119.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 160 117 25 0 0.27 0.84 0.37 40.89 0.73 0.36
Hex A0 75 19 0 1B 54 25 29 49 24
Octal 240 165 31 0 33 124 45 51 111 44
Binary 10100000 1110101 11001 0 11011 1010100 100101 101001 1001001 100100

Color Harmonies of #A07519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07519

Black with #A07519

Text Example


Text Example

White with #A07519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07519; }

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

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

background-color css

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

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

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

border-color css

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

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

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