Html Css Color HEX #A07619 Hacienda

📋 copy color: '#A07619'

red 160 ◦ green 118 ◦ blue 25

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

Shades of Hacienda #A07619

Tints of Hacienda #A07619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

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

R = 52.81%
G = 38.94%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A07619 (or 0xA07619) is known color: Hacienda. HEX triplet: A0, 76 and 19. RGB value is (160,118,25). Sum of RGB (Red+Green+Blue) = 160+118+25=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A07619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07619 is #5F89E6. Grayscale: #787878. Windows color (decimal): -6261223 or 1668768. OLE color: 1668768.

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

Color convert

RGB 160 118 25 -
CMYK 0 0.26 0.84 0.37
HSL 41.33º 0.73% 0.36% -
HSV(B) 41.33º 0.84% 0.63% -
XYZ 21.15 20.5 3.76 -
YUV 119.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 160 118 25 0 0.26 0.84 0.37 41.33 0.73 0.36
Hex A0 76 19 0 1A 54 25 29 49 24
Octal 240 166 31 0 32 124 45 51 111 44
Binary 10100000 1110110 11001 0 11010 1010100 100101 101001 1001001 100100

Color Harmonies of #A07619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07619

Black with #A07619

Text Example


Text Example

White with #A07619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07619; }

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

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

background-color css

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

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

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

border-color css

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

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

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