Html Css Color HEX #A47F27 Hacienda

📋 copy color: '#A47F27'

red 164 ◦ green 127 ◦ blue 39

#A47F27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A47F27

Tints of Hacienda #A47F27

RGB

 RED value IS 164 (64.45% from 255) = 49.7%

 GREEN value IS 127 (50% from 255) = 38.48%

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 49.7%
G = 38.48%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A47F27 (or 0xA47F27) is known color: Hacienda. HEX triplet: A4, 7F and 27. RGB value is (164,127,39). Sum of RGB (Red+Green+Blue) = 164+127+39=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F27 is #5B80D8. Grayscale: #808080. Windows color (decimal): -5996761 or 2588580. OLE color: 2588580.

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

Color convert

RGB 164 127 39 -
CMYK 0 0.23 0.76 0.36
HSL 42.24º 0.62% 0.4% -
HSV(B) 42.24º 0.76% 0.64% -
XYZ 23.27 23.22 5.17 -
YUV 128.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 164 127 39 0 0.23 0.76 0.36 42.24 0.62 0.4
Hex A4 7F 27 0 17 4C 24 2A 3E 28
Octal 244 177 47 0 27 114 44 52 76 50
Binary 10100100 1111111 100111 0 10111 1001100 100100 101010 111110 101000

Color Harmonies of #A47F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F27

Black with #A47F27

Text Example


Text Example

White with #A47F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F27; }

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

 H1.HeaderClassName
 {
   color: #A47F27;
 }
 .AnyTagClassName
 {
   color: #A47F27;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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