#A38B27

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

Shades of Hacienda #A38B27

Tints of Hacienda #A38B27

Color information

#A38B27 (or 0xA38B27) is unknown color: approx Hacienda. HEX triplet: A3, 8B and 27. RGB value is (163,139,39). Sum of RGB (Red+Green+Blue) = 163+139+39=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B27 is #5C74D8. Grayscale: #878787. Windows color (decimal): -6059225 or 2591651. OLE color: 2591651.

HSL color Cylindrical-coordinate representation of color #A38B27: hue angle of 48.39º 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 #A38B27 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16313939-
CMYK00.150.760.36
HSL48.39º61.39%39.61%-
HSV(B)48.39º76.07%63.92%-
XYZ24.726.45.71-
YUV134.7873.95148.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 39 (15.62% from 255) = 11.44%
R=47.80%
G=40.76%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631393900.150.760.3648.3961.3939.61
HexA38B270F4C24303d28
Octal2432134701711444607550
Binary1010001110001011100111011111001100100100110000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B27; }

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

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

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

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

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

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

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

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