#A38418

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

Shades of Hacienda #A38418

Tints of Hacienda #A38418

Color information

#A38418 (or 0xA38418) is unknown color: approx Hacienda. HEX triplet: A3, 84 and 18. RGB value is (163,132,24). Sum of RGB (Red+Green+Blue) = 163+132+24=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A38418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38418 is #5C7BE7. Grayscale: #818181. Windows color (decimal): -6061032 or 1606819. OLE color: 1606819.

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

Color convert

RGB16313224-
CMYK00.190.850.36
HSL46.62º74.33%36.67%-
HSV(B)46.62º85.28%63.92%-
XYZ23.5224.364.33-
YUV128.9668.77152.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=51.10%
G=41.38%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631322400.190.850.3646.6274.3336.67
HexA3841801355242f4a25
Octal24320430023125445711245
Binary10100011100001001100001001110101011001001011111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38418; }

 p { color: rgb(163,132,24); }

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

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

 a { background-color: rgb(163,132,24); }

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

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

 span { border-color: rgb(163,132,24); }

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