#A38822

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

Shades of Hacienda #A38822

Tints of Hacienda #A38822

Color information

#A38822 (or 0xA38822) is unknown color: approx Hacienda. HEX triplet: A3, 88 and 22. RGB value is (163,136,34). Sum of RGB (Red+Green+Blue) = 163+136+34=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A38822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38822 is #5C77DD. Grayscale: #848484. Windows color (decimal): -6059998 or 2263203. OLE color: 2263203.

HSL color Cylindrical-coordinate representation of color #A38822: hue angle of 47.44º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A38822 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB16313634-
CMYK00.170.790.36
HSL47.44º65.48%38.63%-
HSV(B)47.44º79.14%63.92%-
XYZ24.225.515.16-
YUV132.4472.45149.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 34 (13.67% from 255) = 10.21%
R=48.95%
G=40.84%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631363400.170.790.3647.4465.4838.63
HexA388220114F242f4127
Octal24321042021117445710147
Binary101000111000100010001001000110011111001001011111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38822; }

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

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

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

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

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

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

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

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