#A38024

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

Shades of Hacienda #A38024

Tints of Hacienda #A38024

Color information

#A38024 (or 0xA38024) is unknown color: approx Hacienda. HEX triplet: A3, 80 and 24. RGB value is (163,128,36). Sum of RGB (Red+Green+Blue) = 163+128+36=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A38024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38024 is #5C7FDB. Grayscale: #808080. Windows color (decimal): -6062044 or 2392227. OLE color: 2392227.

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

Color convert

RGB16312836-
CMYK00.210.780.36
HSL43.46º63.82%39.02%-
HSV(B)43.46º77.91%63.92%-
XYZ23.1423.354.96-
YUV127.9876.1152.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 36 (14.45% from 255) = 11.01%
R=49.85%
G=39.14%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631283600.210.780.3643.4663.8239.02
HexA380240154E242b4027
Octal24320044025116445310047
Binary101000111000000010010001010110011101001001010111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38024; }

 p { color: rgb(163,128,36); }

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

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

 a { background-color: rgb(163,128,36); }

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

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

 span { border-color: rgb(163,128,36); }

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