Html Css Color HEX #A07919 Hacienda

📋 copy color: '#A07919'

red 160 ◦ green 121 ◦ blue 25

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

Shades of Hacienda #A07919

Tints of Hacienda #A07919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

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

R = 52.29%
G = 39.54%
B = 8.17%

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

#A07919 (or 0xA07919) is known color: Hacienda. HEX triplet: A0, 79 and 19. RGB value is (160,121,25). Sum of RGB (Red+Green+Blue) = 160+121+25=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A07919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07919 is #5F86E6. Grayscale: #7A7A7A. Windows color (decimal): -6260455 or 1669536. OLE color: 1669536.

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

Color convert

RGB 160 121 25 -
CMYK 0 0.24 0.84 0.37
HSL 42.67º 0.73% 0.36% -
HSV(B) 42.67º 0.84% 0.63% -
XYZ 21.51 21.22 3.88 -
YUV 121.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 160 121 25 0 0.24 0.84 0.37 42.67 0.73 0.36
Hex A0 79 19 0 18 54 25 2B 49 24
Octal 240 171 31 0 30 124 45 53 111 44
Binary 10100000 1111001 11001 0 11000 1010100 100101 101011 1001001 100100

Color Harmonies of #A07919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07919

Black with #A07919

Text Example


Text Example

White with #A07919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07919; }

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

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

background-color css

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

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

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

border-color css

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

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

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