#A38C1E

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

Shades of Hacienda #A38C1E

Tints of Hacienda #A38C1E

Color information

#A38C1E (or 0xA38C1E) is unknown color: approx Hacienda. HEX triplet: A3, 8C and 1E. RGB value is (163,140,30). Sum of RGB (Red+Green+Blue) = 163+140+30=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C1E is #5C73E1. Grayscale: #868686. Windows color (decimal): -6058978 or 2002083. OLE color: 2002083.

HSL color Cylindrical-coordinate representation of color #A38C1E: hue angle of 49.62º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A38C1E is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB16314030-
CMYK00.140.820.36
HSL49.62º68.91%37.84%-
HSV(B)49.62º81.6%63.92%-
XYZ24.7226.645.07-
YUV134.3469.12148.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 30 (12.11% from 255) = 9.01%
R=48.95%
G=42.04%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631403000.140.820.3649.6268.9137.84
HexA38C1E0E5224324526
Octal24321436016122446210546
Binary1010001110001100111100111010100101001001100101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C1E; }

 p { color: rgb(163,140,30); }

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

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

 a { background-color: rgb(163,140,30); }

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

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

 span { border-color: rgb(163,140,30); }

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