Html Css Color HEX #A47E27 Hacienda

📋 copy color: '#A47E27'

red 164 ◦ green 126 ◦ blue 39

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

Shades of Hacienda #A47E27

Tints of Hacienda #A47E27

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

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

R = 49.85%
G = 38.3%
B = 11.85%

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

#A47E27 (or 0xA47E27) is known color: Hacienda. HEX triplet: A4, 7E and 27. RGB value is (164,126,39). Sum of RGB (Red+Green+Blue) = 164+126+39=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E27 is #5B81D8. Grayscale: #7F7F7F. Windows color (decimal): -5997017 or 2588324. OLE color: 2588324.

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

Color convert

RGB 164 126 39 -
CMYK 0 0.23 0.76 0.36
HSL 41.76º 0.62% 0.4% -
HSV(B) 41.76º 0.76% 0.64% -
XYZ 23.14 22.96 5.13 -
YUV 127.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 164 126 39 0 0.23 0.76 0.36 41.76 0.62 0.4
Hex A4 7E 27 0 17 4C 24 2A 3E 28
Octal 244 176 47 0 27 114 44 52 76 50
Binary 10100100 1111110 100111 0 10111 1001100 100100 101010 111110 101000

Color Harmonies of #A47E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E27

Black with #A47E27

Text Example


Text Example

White with #A47E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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