Html Css Color HEX #A47619 Hacienda

📋 copy color: '#A47619'

red 164 ◦ green 118 ◦ blue 25

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

Shades of Hacienda #A47619

Tints of Hacienda #A47619

RGB

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

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

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

R = 53.42%
G = 38.44%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A47619 (or 0xA47619) is known color: Hacienda. HEX triplet: A4, 76 and 19. RGB value is (164,118,25). Sum of RGB (Red+Green+Blue) = 164+118+25=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A47619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47619 is #5B89E6. Grayscale: #797979. Windows color (decimal): -5999079 or 1668772. OLE color: 1668772.

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

Color convert

RGB 164 118 25 -
CMYK 0 0.28 0.85 0.36
HSL 40.14º 0.74% 0.37% -
HSV(B) 40.14º 0.85% 0.64% -
XYZ 21.96 20.92 3.8 -
YUV 121.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 164 118 25 0 0.28 0.85 0.36 40.14 0.74 0.37
Hex A4 76 19 0 1C 55 24 28 4A 25
Octal 244 166 31 0 34 125 44 50 112 45
Binary 10100100 1110110 11001 0 11100 1010101 100100 101000 1001010 100101

Color Harmonies of #A47619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47619

Black with #A47619

Text Example


Text Example

White with #A47619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47619; }

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

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

background-color css

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

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

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

border-color css

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

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

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