#A27F1E

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

Shades of Hacienda #A27F1E

Tints of Hacienda #A27F1E

Color information

#A27F1E (or 0xA27F1E) is unknown color: approx Hacienda. HEX triplet: A2, 7F and 1E. RGB value is (162,127,30). Sum of RGB (Red+Green+Blue) = 162+127+30=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F1E is #5D80E1. Grayscale: #7E7E7E. Windows color (decimal): -6127842 or 1998754. OLE color: 1998754.

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

Color convert

RGB16212730-
CMYK00.220.810.36
HSL44.09º68.75%37.65%-
HSV(B)44.09º81.48%63.53%-
XYZ22.7222.954.46-
YUV126.4173.6153.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 30 (12.11% from 255) = 9.40%
R=50.78%
G=39.81%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621273000.220.810.3644.0968.7537.65
HexA27F1E01651242c4526
Octal24217736026121445410546
Binary1010001011111111111001011010100011001001011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F1E; }

 p { color: rgb(162,127,30); }

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

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

 a { background-color: rgb(162,127,30); }

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

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

 span { border-color: rgb(162,127,30); }

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