#A17B18

Color #A17B18 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A17B18

Tints of Hacienda #A17B18

Color information

#A17B18 (or 0xA17B18) is unknown color: approx Hacienda. HEX triplet: A1, 7B and 18. RGB value is (161,123,24). Sum of RGB (Red+Green+Blue) = 161+123+24=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17B18 is #5E84E7. Grayscale: #7B7B7B. Windows color (decimal): -6194408 or 1604513. OLE color: 1604513.

HSL color Cylindrical-coordinate representation of color #A17B18: hue angle of 43.36º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A17B18 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB16112324-
CMYK00.240.850.37
HSL43.36º74.05%36.27%-
HSV(B)43.36º85.09%63.14%-
XYZ21.9521.813.92-
YUV123.0872.09155.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 24 (9.77% from 255) = 7.79%
R=52.27%
G=39.94%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611232400.240.850.3743.3674.0536.27
HexA17B1801855252b4a24
Octal24117330030125455311244
Binary1010000111110111100001100010101011001011010111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17B18; }

 p { color: rgb(161,123,24); }

 H1.HeaderClassName
 {
   color: #A17B18;
 }
 .AnyTagClassName
 {
   color: #A17B18;
 }
</style>
background-color css

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

 a { background-color: rgb(161,123,24); }

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

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

 span { border-color: rgb(161,123,24); }

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