Html Css Color HEX #A46A55 Sante Fe

📋 copy color: '#A46A55'

red 164 ◦ green 106 ◦ blue 85

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

Shades of Sante Fe #A46A55

Tints of Sante Fe #A46A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 46.2%
G = 29.86%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A46A55 (or 0xA46A55) is known color: Sante Fe. HEX triplet: A4, 6A and 55. RGB value is (164,106,85). Sum of RGB (Red+Green+Blue) = 164+106+85=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A55 is #5B95AA. Grayscale: #797979. Windows color (decimal): -6002091 or 5597860. OLE color: 5597860.

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

Color convert

RGB 164 106 85 -
CMYK 0 0.35 0.48 0.36
HSL 15.95º 0.32% 0.49% -
HSV(B) 15.95º 0.48% 0.64% -
XYZ 22.1 18.86 11.07 -
YUV 120.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 164 106 85 0 0.35 0.48 0.36 15.95 0.32 0.49
Hex A4 6A 55 0 23 30 24 10 20 31
Octal 244 152 125 0 43 60 44 20 40 61
Binary 10100100 1101010 1010101 0 100011 110000 100100 10000 100000 110001

Color Harmonies of #A46A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46A55

Black with #A46A55

Text Example


Text Example

White with #A46A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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