Html Css Color HEX #A47714 Hacienda

📋 copy color: '#A47714'

red 164 ◦ green 119 ◦ blue 20

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

Shades of Hacienda #A47714

Tints of Hacienda #A47714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 54.13%
G = 39.27%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47714 (or 0xA47714) is known color: Hacienda. HEX triplet: A4, 77 and 14. RGB value is (164,119,20). Sum of RGB (Red+Green+Blue) = 164+119+20=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A47714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47714 is #5B88EB. Grayscale: #797979. Windows color (decimal): -5998828 or 1341348. OLE color: 1341348.

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

Color convert

RGB 164 119 20 -
CMYK 0 0.27 0.88 0.36
HSL 41.25º 0.78% 0.36% -
HSV(B) 41.25º 0.88% 0.64% -
XYZ 22.03 21.14 3.58 -
YUV 121.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 164 119 20 0 0.27 0.88 0.36 41.25 0.78 0.36
Hex A4 77 14 0 1B 58 24 29 4E 24
Octal 244 167 24 0 33 130 44 51 116 44
Binary 10100100 1110111 10100 0 11011 1011000 100100 101001 1001110 100100

Color Harmonies of #A47714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47714

Black with #A47714

Text Example


Text Example

White with #A47714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47714; }

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

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

background-color css

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

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

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

border-color css

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

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

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