Html Css Color HEX #A46A49 Sante Fe

📋 copy color: '#A46A49'

red 164 ◦ green 106 ◦ blue 73

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

Shades of Sante Fe #A46A49

Tints of Sante Fe #A46A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 47.81%
G = 30.9%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A46A49 (or 0xA46A49) is known color: Sante Fe. HEX triplet: A4, 6A and 49. RGB value is (164,106,73). Sum of RGB (Red+Green+Blue) = 164+106+73=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46A49 is #5B95B6. Grayscale: #777777. Windows color (decimal): -6002103 or 4811428. OLE color: 4811428.

HSL color Cylindrical-coordinate representation of color #A46A49: hue angle of 21.76º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46A49 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 106 73 -
CMYK 0 0.35 0.55 0.36
HSL 21.76º 0.38% 0.46% -
HSV(B) 21.76º 0.55% 0.64% -
XYZ 21.67 18.68 8.77 -
YUV 119.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 164 106 73 0 0.35 0.55 0.36 21.76 0.38 0.46
Hex A4 6A 49 0 23 37 24 16 26 2E
Octal 244 152 111 0 43 67 44 26 46 56
Binary 10100100 1101010 1001001 0 100011 110111 100100 10110 100110 101110

Color Harmonies of #A46A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A49

Black with #A46A49

Text Example


Text Example

White with #A46A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A49; }

 p { color: rgb(164,106,73); }

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

background-color css

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

 a { background-color: rgb(164,106,73); }

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

border-color css

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

 span { border-color: rgb(164,106,73); }

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