Html Css Color HEX #A46E4C Sante Fe

📋 copy color: '#A46E4C'

red 164 ◦ green 110 ◦ blue 76

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

Shades of Sante Fe #A46E4C

Tints of Sante Fe #A46E4C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 46.86%
G = 31.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A46E4C (or 0xA46E4C) is known color: Sante Fe. HEX triplet: A4, 6E and 4C. RGB value is (164,110,76). Sum of RGB (Red+Green+Blue) = 164+110+76=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E4C is #5B91B3. Grayscale: #7A7A7A. Windows color (decimal): -6001076 or 5009060. OLE color: 5009060.

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

Color convert

RGB 164 110 76 -
CMYK 0 0.33 0.54 0.36
HSL 23.18º 0.37% 0.47% -
HSV(B) 23.18º 0.54% 0.64% -
XYZ 22.19 19.57 9.44 -
YUV 122.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 164 110 76 0 0.33 0.54 0.36 23.18 0.37 0.47
Hex A4 6E 4C 0 21 36 24 17 25 2F
Octal 244 156 114 0 41 66 44 27 45 57
Binary 10100100 1101110 1001100 0 100001 110110 100100 10111 100101 101111

Color Harmonies of #A46E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E4C

Black with #A46E4C

Text Example


Text Example

White with #A46E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E4C; }

 p { color: rgb(164,110,76); }

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

background-color css

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

 a { background-color: rgb(164,110,76); }

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

border-color css

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

 span { border-color: rgb(164,110,76); }

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