Html Css Color HEX #A47614 Hacienda

📋 copy color: '#A47614'

red 164 ◦ green 118 ◦ blue 20

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

Shades of Hacienda #A47614

Tints of Hacienda #A47614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 54.3%
G = 39.07%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47614 (or 0xA47614) is known color: Hacienda. HEX triplet: A4, 76 and 14. RGB value is (164,118,20). Sum of RGB (Red+Green+Blue) = 164+118+20=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A47614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47614 is #5B89EB. Grayscale: #797979. Windows color (decimal): -5999084 or 1341092. OLE color: 1341092.

HSL color Cylindrical-coordinate representation of color #A47614: hue angle of 40.83º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A47614 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 20 -
CMYK 0 0.28 0.88 0.36
HSL 40.83º 0.78% 0.36% -
HSV(B) 40.83º 0.88% 0.64% -
XYZ 21.91 20.9 3.54 -
YUV 120.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 164 118 20 0 0.28 0.88 0.36 40.83 0.78 0.36
Hex A4 76 14 0 1C 58 24 29 4E 24
Octal 244 166 24 0 34 130 44 51 116 44
Binary 10100100 1110110 10100 0 11100 1011000 100100 101001 1001110 100100

Color Harmonies of #A47614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47614

Black with #A47614

Text Example


Text Example

White with #A47614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47614; }

 p { color: rgb(164,118,20); }

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

background-color css

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

 a { background-color: rgb(164,118,20); }

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

border-color css

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

 span { border-color: rgb(164,118,20); }

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