Html Css Color HEX #A47612 Hacienda

📋 copy color: '#A47612'

red 164 ◦ green 118 ◦ blue 18

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

Shades of Hacienda #A47612

Tints of Hacienda #A47612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 54.67%
G = 39.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A47612 (or 0xA47612) is known color: Hacienda. HEX triplet: A4, 76 and 12. RGB value is (164,118,18). Sum of RGB (Red+Green+Blue) = 164+118+18=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A47612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47612 is #5B89ED. Grayscale: #787878. Windows color (decimal): -5999086 or 1210020. OLE color: 1210020.

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

Color convert

RGB 164 118 18 -
CMYK 0 0.28 0.89 0.36
HSL 41.1º 0.8% 0.36% -
HSV(B) 41.1º 0.89% 0.64% -
XYZ 21.9 20.89 3.45 -
YUV 120.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 164 118 18 0 0.28 0.89 0.36 41.1 0.8 0.36
Hex A4 76 12 0 1C 59 24 29 50 24
Octal 244 166 22 0 34 131 44 51 120 44
Binary 10100100 1110110 10010 0 11100 1011001 100100 101001 1010000 100100

Color Harmonies of #A47612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47612

Black with #A47612

Text Example


Text Example

White with #A47612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47612; }

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

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

background-color css

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

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

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

border-color css

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

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

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