#A38D22

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

Shades of Hacienda #A38D22

Tints of Hacienda #A38D22

Color information

#A38D22 (or 0xA38D22) is unknown color: approx Hacienda. HEX triplet: A3, 8D and 22. RGB value is (163,141,34). Sum of RGB (Red+Green+Blue) = 163+141+34=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D22 is #5C72DD. Grayscale: #878787. Windows color (decimal): -6058718 or 2264483. OLE color: 2264483.

HSL color Cylindrical-coordinate representation of color #A38D22: hue angle of 49.77º 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 #A38D22 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB16314134-
CMYK00.130.790.36
HSL49.77º65.48%38.63%-
HSV(B)49.77º79.14%63.92%-
XYZ24.9226.955.4-
YUV135.3870.79147.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 141 (55.47% from 255) = 41.72%
BLUE value IS 34 (13.67% from 255) = 10.06%
R=48.22%
G=41.72%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631413400.130.790.3649.7765.4838.63
HexA38D220D4F24324127
Octal24321542015117446210147
Binary10100011100011011000100110110011111001001100101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38D22; }

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

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

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

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

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

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

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

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