Html Css Color HEX #A08019 Hacienda

📋 copy color: '#A08019'

red 160 ◦ green 128 ◦ blue 25

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

Shades of Hacienda #A08019

Tints of Hacienda #A08019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.89%

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

R = 51.12%
G = 40.89%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A08019 (or 0xA08019) is known color: Hacienda. HEX triplet: A0, 80 and 19. RGB value is (160,128,25). Sum of RGB (Red+Green+Blue) = 160+128+25=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A08019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08019 is #5F7FE6. Grayscale: #7E7E7E. Windows color (decimal): -6258663 or 1671328. OLE color: 1671328.

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

Color convert

RGB 160 128 25 -
CMYK 0 0.20 0.84 0.37
HSL 45.78º 0.73% 0.36% -
HSV(B) 45.78º 0.84% 0.63% -
XYZ 22.39 22.98 4.18 -
YUV 125.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 160 128 25 0 0.20 0.84 0.37 45.78 0.73 0.36
Hex A0 80 19 0 14 54 25 2E 49 24
Octal 240 200 31 0 24 124 45 56 111 44
Binary 10100000 10000000 11001 0 10100 1010100 100101 101110 1001001 100100

Color Harmonies of #A08019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08019

Black with #A08019

Text Example


Text Example

White with #A08019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08019; }

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

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

background-color css

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

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

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

border-color css

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

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

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