Html Css Color HEX #A18629 Hacienda

📋 copy color: '#A18629'

red 161 ◦ green 134 ◦ blue 41

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

Shades of Hacienda #A18629

Tints of Hacienda #A18629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

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

R = 47.92%
G = 39.88%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A18629 (or 0xA18629) is known color: Hacienda. HEX triplet: A1, 86 and 29. RGB value is (161,134,41). Sum of RGB (Red+Green+Blue) = 161+134+41=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A18629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18629 is #5E79D6. Grayscale: #838383. Windows color (decimal): -6191575 or 2721441. OLE color: 2721441.

HSL color Cylindrical-coordinate representation of color #A18629: hue angle of 46.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 #A18629 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 134 41 -
CMYK 0 0.17 0.75 0.37
HSL 46.5º 0.59% 0.4% -
HSV(B) 46.5º 0.75% 0.63% -
XYZ 23.62 24.79 5.64 -
YUV 131.47 76.95 149.06 -
System Red Green Blue C M Y K H S L
Decimal 161 134 41 0 0.17 0.75 0.37 46.5 0.59 0.4
Hex A1 86 29 0 11 4B 25 2E 3B 28
Octal 241 206 51 0 21 113 45 56 73 50
Binary 10100001 10000110 101001 0 10001 1001011 100101 101110 111011 101000

Color Harmonies of #A18629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18629

Black with #A18629

Text Example


Text Example

White with #A18629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18629; }

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

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

background-color css

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

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

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

border-color css

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

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

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