#A38229

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

Shades of Hacienda #A38229

Tints of Hacienda #A38229

Color information

#A38229 (or 0xA38229) is unknown color: approx Hacienda. HEX triplet: A3, 82 and 29. RGB value is (163,130,41). Sum of RGB (Red+Green+Blue) = 163+130+41=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A38229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38229 is #5C7DD6. Grayscale: #828282. Windows color (decimal): -6061527 or 2720419. OLE color: 2720419.

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

Color convert

RGB16313041-
CMYK00.200.750.36
HSL43.77º59.8%40%-
HSV(B)43.77º74.85%63.92%-
XYZ23.4923.915.48-
YUV129.7277.93151.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 130 (51.17% from 255) = 38.92%
BLUE value IS 41 (16.41% from 255) = 12.28%
R=48.80%
G=38.92%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631304100.200.750.3643.7759.840
HexA382290144B242c3c28
Octal2432025102411344547450
Binary10100011100000101010010101001001011100100101100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38229; }

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

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

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

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

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

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

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

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