#A38819

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

Shades of Hacienda #A38819

Tints of Hacienda #A38819

Color information

#A38819 (or 0xA38819) is unknown color: approx Hacienda. HEX triplet: A3, 88 and 19. RGB value is (163,136,25). Sum of RGB (Red+Green+Blue) = 163+136+25=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A38819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38819 is #5C77E6. Grayscale: #838383. Windows color (decimal): -6060007 or 1673379. OLE color: 1673379.

HSL color Cylindrical-coordinate representation of color #A38819: hue angle of 48.26º degrees, saturation: 0.73, 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 #A38819 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16313625-
CMYK00.170.850.36
HSL48.26º73.4%36.86%-
HSV(B)48.26º84.66%63.92%-
XYZ24.0825.474.57-
YUV131.4267.95150.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 136 (53.52% from 255) = 41.98%
BLUE value IS 25 (10.16% from 255) = 7.72%
R=50.31%
G=41.98%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631362500.170.850.3648.2673.436.86
HexA388190115524304925
Octal24321031021125446011145
Binary10100011100010001100101000110101011001001100001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38819; }

 p { color: rgb(163,136,25); }

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

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

 a { background-color: rgb(163,136,25); }

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

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

 span { border-color: rgb(163,136,25); }

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