#A38727

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

Shades of Hacienda #A38727

Tints of Hacienda #A38727

Color information

#A38727 (or 0xA38727) is unknown color: approx Hacienda. HEX triplet: A3, 87 and 27. RGB value is (163,135,39). Sum of RGB (Red+Green+Blue) = 163+135+39=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A38727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38727 is #5C78D8. Grayscale: #848484. Windows color (decimal): -6060249 or 2590627. OLE color: 2590627.

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

Color convert

RGB16313539-
CMYK00.170.760.36
HSL46.45º61.39%39.61%-
HSV(B)46.45º76.07%63.92%-
XYZ24.1325.265.52-
YUV132.4375.28149.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 39 (15.62% from 255) = 11.57%
R=48.37%
G=40.06%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631353900.170.760.3646.4561.3939.61
HexA387270114C242e3d28
Octal2432074702111444567550
Binary10100011100001111001110100011001100100100101110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38727; }

 p { color: rgb(163,135,39); }

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

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

 a { background-color: rgb(163,135,39); }

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

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

 span { border-color: rgb(163,135,39); }

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