Html Css Color HEX #A47913 Hacienda

📋 copy color: '#A47913'

red 164 ◦ green 121 ◦ blue 19

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

Shades of Hacienda #A47913

Tints of Hacienda #A47913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.8%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 53.95%
G = 39.8%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47913 (or 0xA47913) is known color: Hacienda. HEX triplet: A4, 79 and 13. RGB value is (164,121,19). Sum of RGB (Red+Green+Blue) = 164+121+19=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A47913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47913 is #5B86EC. Grayscale: #7A7A7A. Windows color (decimal): -5998317 or 1276324. OLE color: 1276324.

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

Color convert

RGB 164 121 19 -
CMYK 0 0.26 0.88 0.36
HSL 42.21º 0.79% 0.36% -
HSV(B) 42.21º 0.88% 0.64% -
XYZ 22.26 21.61 3.61 -
YUV 122.23 69.75 157.79 -
System Red Green Blue C M Y K H S L
Decimal 164 121 19 0 0.26 0.88 0.36 42.21 0.79 0.36
Hex A4 79 13 0 1A 58 24 2A 4F 24
Octal 244 171 23 0 32 130 44 52 117 44
Binary 10100100 1111001 10011 0 11010 1011000 100100 101010 1001111 100100

Color Harmonies of #A47913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47913

Black with #A47913

Text Example


Text Example

White with #A47913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47913; }

 p { color: rgb(164,121,19); }

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

background-color css

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

 a { background-color: rgb(164,121,19); }

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

border-color css

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

 span { border-color: rgb(164,121,19); }

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