#A38226

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

Shades of Hacienda #A38226

Tints of Hacienda #A38226

Color information

#A38226 (or 0xA38226) is unknown color: approx Hacienda. HEX triplet: A3, 82 and 26. RGB value is (163,130,38). Sum of RGB (Red+Green+Blue) = 163+130+38=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A38226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38226 is #5C7DD9. Grayscale: #818181. Windows color (decimal): -6061530 or 2523811. OLE color: 2523811.

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

Color convert

RGB16313038-
CMYK00.200.770.36
HSL44.16º62.19%39.41%-
HSV(B)44.16º76.69%63.92%-
XYZ23.4423.895.21-
YUV129.3876.43151.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.24%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 38 (15.23% from 255) = 11.48%
R=49.24%
G=39.27%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631303800.200.770.3644.1662.1939.41
HexA382260144D242c3e27
Octal2432024602411544547647
Binary10100011100000101001100101001001101100100101100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38226; }

 p { color: rgb(163,130,38); }

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

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

 a { background-color: rgb(163,130,38); }

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

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

 span { border-color: rgb(163,130,38); }

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