Html Css Color HEX #A18829 Hacienda

📋 copy color: '#A18829'

red 161 ◦ green 136 ◦ blue 41

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

Shades of Hacienda #A18829

Tints of Hacienda #A18829

RGB

 RED value IS 161 (63.28% from 255) = 47.63%

 GREEN value IS 136 (53.52% from 255) = 40.24%

 BLUE value IS 41 (16.41% from 255) = 12.13%

R = 47.63%
G = 40.24%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A18829 (or 0xA18829) is known color: Hacienda. HEX triplet: A1, 88 and 29. RGB value is (161,136,41). Sum of RGB (Red+Green+Blue) = 161+136+41=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A18829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18829 is #5E77D6. Grayscale: #858585. Windows color (decimal): -6191063 or 2721953. OLE color: 2721953.

HSL color Cylindrical-coordinate representation of color #A18829: hue angle of 47.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A18829 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 136 41 -
CMYK 0 0.16 0.75 0.37
HSL 47.5º 0.59% 0.4% -
HSV(B) 47.5º 0.75% 0.63% -
XYZ 23.9 25.35 5.73 -
YUV 132.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 161 136 41 0 0.16 0.75 0.37 47.5 0.59 0.4
Hex A1 88 29 0 10 4B 25 30 3B 28
Octal 241 210 51 0 20 113 45 60 73 50
Binary 10100001 10001000 101001 0 10000 1001011 100101 110000 111011 101000

Color Harmonies of #A18829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18829

Black with #A18829

Text Example


Text Example

White with #A18829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18829; }

 p { color: rgb(161,136,41); }

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

background-color css

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

 a { background-color: rgb(161,136,41); }

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

border-color css

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

 span { border-color: rgb(161,136,41); }

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