Html Css Color HEX #A18A22 Hacienda

📋 copy color: '#A18A22'

red 161 ◦ green 138 ◦ blue 34

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

Shades of Hacienda #A18A22

Tints of Hacienda #A18A22

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

 BLUE value IS 34 (13.67% from 255) = 10.21%

R = 48.35%
G = 41.44%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A18A22 (or 0xA18A22) is known color: Hacienda. HEX triplet: A1, 8A and 22. RGB value is (161,138,34). Sum of RGB (Red+Green+Blue) = 161+138+34=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A22 is #5E75DD. Grayscale: #858585. Windows color (decimal): -6190558 or 2263713. OLE color: 2263713.

HSL color Cylindrical-coordinate representation of color #A18A22: hue angle of 49.13º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A18A22 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 138 34 -
CMYK 0 0.14 0.79 0.37
HSL 49.13º 0.65% 0.38% -
HSV(B) 49.13º 0.79% 0.63% -
XYZ 24.08 25.87 5.24 -
YUV 133.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 161 138 34 0 0.14 0.79 0.37 49.13 0.65 0.38
Hex A1 8A 22 0 E 4F 25 31 41 26
Octal 241 212 42 0 16 117 45 61 101 46
Binary 10100001 10001010 100010 0 1110 1001111 100101 110001 1000001 100110

Color Harmonies of #A18A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A22

Black with #A18A22

Text Example


Text Example

White with #A18A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A22; }

 p { color: rgb(161,138,34); }

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

background-color css

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

 a { background-color: rgb(161,138,34); }

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

border-color css

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

 span { border-color: rgb(161,138,34); }

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