#A47F1E

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

Shades of Hacienda #A47F1E

Tints of Hacienda #A47F1E

Color information

#A47F1E (or 0xA47F1E) is unknown color: approx Hacienda. HEX triplet: A4, 7F and 1E. RGB value is (164,127,30). Sum of RGB (Red+Green+Blue) = 164+127+30=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F1E is #5B80E1. Grayscale: #7F7F7F. Windows color (decimal): -5996770 or 1998756. OLE color: 1998756.

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

Color convert

RGB16412730-
CMYK00.230.820.36
HSL43.43º69.07%38.04%-
HSV(B)43.43º81.71%64.31%-
XYZ23.1323.164.48-
YUV12773.26154.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 30 (12.11% from 255) = 9.35%
R=51.09%
G=39.56%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641273000.230.820.3643.4369.0738.04
HexA47F1E01752242b4526
Octal24417736027122445310546
Binary1010010011111111111001011110100101001001010111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F1E; }

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

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

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

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

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

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

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

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