Html Css Color HEX #A47515 Hacienda

📋 copy color: '#A47515'

red 164 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #A47515

Tints of Hacienda #A47515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

 BLUE value IS 21 (8.59% from 255) = 6.95%

R = 54.3%
G = 38.74%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A47515 (or 0xA47515) is known color: Hacienda. HEX triplet: A4, 75 and 15. RGB value is (164,117,21). Sum of RGB (Red+Green+Blue) = 164+117+21=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A47515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47515 is #5B8AEA. Grayscale: #787878. Windows color (decimal): -5999339 or 1406372. OLE color: 1406372.

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

Color convert

RGB 164 117 21 -
CMYK 0 0.29 0.87 0.36
HSL 40.28º 0.77% 0.36% -
HSV(B) 40.28º 0.87% 0.64% -
XYZ 21.81 20.67 3.55 -
YUV 120.11 72.07 159.31 -
System Red Green Blue C M Y K H S L
Decimal 164 117 21 0 0.29 0.87 0.36 40.28 0.77 0.36
Hex A4 75 15 0 1D 57 24 28 4D 24
Octal 244 165 25 0 35 127 44 50 115 44
Binary 10100100 1110101 10101 0 11101 1010111 100100 101000 1001101 100100

Color Harmonies of #A47515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47515

Black with #A47515

Text Example


Text Example

White with #A47515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47515; }

 p { color: rgb(164,117,21); }

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

background-color css

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

 a { background-color: rgb(164,117,21); }

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

border-color css

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

 span { border-color: rgb(164,117,21); }

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