Html Css Color HEX #A18A27 Hacienda

📋 copy color: '#A18A27'

red 161 ◦ green 138 ◦ blue 39

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

Shades of Hacienda #A18A27

Tints of Hacienda #A18A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.54%

R = 47.63%
G = 40.83%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A18A27 (or 0xA18A27) is known color: Hacienda. HEX triplet: A1, 8A and 27. RGB value is (161,138,39). Sum of RGB (Red+Green+Blue) = 161+138+39=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A27 is #5E75D8. Grayscale: #868686. Windows color (decimal): -6190553 or 2591393. OLE color: 2591393.

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

Color convert

RGB 161 138 39 -
CMYK 0 0.14 0.76 0.37
HSL 48.69º 0.61% 0.39% -
HSV(B) 48.69º 0.76% 0.63% -
XYZ 24.15 25.9 5.65 -
YUV 133.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 161 138 39 0 0.14 0.76 0.37 48.69 0.61 0.39
Hex A1 8A 27 0 E 4C 25 31 3D 27
Octal 241 212 47 0 16 114 45 61 75 47
Binary 10100001 10001010 100111 0 1110 1001100 100101 110001 111101 100111

Color Harmonies of #A18A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A27

Black with #A18A27

Text Example


Text Example

White with #A18A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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