Html Css Color HEX #A08C19 Hacienda

📋 copy color: '#A08C19'

red 160 ◦ green 140 ◦ blue 25

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

Shades of Hacienda #A08C19

Tints of Hacienda #A08C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

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

R = 49.23%
G = 43.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A08C19 (or 0xA08C19) is known color: Hacienda. HEX triplet: A0, 8C and 19. RGB value is (160,140,25). Sum of RGB (Red+Green+Blue) = 160+140+25=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A08C19 is #5F73E6. Grayscale: #858585. Windows color (decimal): -6255591 or 1674400. OLE color: 1674400.

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

Color convert

RGB 160 140 25 -
CMYK 0 0.12 0.84 0.37
HSL 51.11º 0.73% 0.36% -
HSV(B) 51.11º 0.84% 0.63% -
XYZ 24.05 26.3 4.73 -
YUV 132.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 160 140 25 0 0.12 0.84 0.37 51.11 0.73 0.36
Hex A0 8C 19 0 C 54 25 33 49 24
Octal 240 214 31 0 14 124 45 63 111 44
Binary 10100000 10001100 11001 0 1100 1010100 100101 110011 1001001 100100

Color Harmonies of #A08C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C19

Black with #A08C19

Text Example


Text Example

White with #A08C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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