Html Css Color HEX #A47719 Hacienda

📋 copy color: '#A47719'

red 164 ◦ green 119 ◦ blue 25

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

Shades of Hacienda #A47719

Tints of Hacienda #A47719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 53.25%
G = 38.64%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A47719 (or 0xA47719) is known color: Hacienda. HEX triplet: A4, 77 and 19. RGB value is (164,119,25). Sum of RGB (Red+Green+Blue) = 164+119+25=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A47719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47719 is #5B88E6. Grayscale: #7A7A7A. Windows color (decimal): -5998823 or 1669028. OLE color: 1669028.

HSL color Cylindrical-coordinate representation of color #A47719: hue angle of 40.58º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A47719 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 119 25 -
CMYK 0 0.27 0.85 0.36
HSL 40.58º 0.74% 0.37% -
HSV(B) 40.58º 0.85% 0.64% -
XYZ 22.08 21.16 3.84 -
YUV 121.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 164 119 25 0 0.27 0.85 0.36 40.58 0.74 0.37
Hex A4 77 19 0 1B 55 24 29 4A 25
Octal 244 167 31 0 33 125 44 51 112 45
Binary 10100100 1110111 11001 0 11011 1010101 100100 101001 1001010 100101

Color Harmonies of #A47719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47719

Black with #A47719

Text Example


Text Example

White with #A47719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47719; }

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

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

background-color css

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

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

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

border-color css

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

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

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