Html Css Color HEX #A46F50 Sante Fe

📋 copy color: '#A46F50'

red 164 ◦ green 111 ◦ blue 80

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

Shades of Sante Fe #A46F50

Tints of Sante Fe #A46F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 46.2%
G = 31.27%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A46F50 (or 0xA46F50) is known color: Sante Fe. HEX triplet: A4, 6F and 50. RGB value is (164,111,80). Sum of RGB (Red+Green+Blue) = 164+111+80=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F50 is #5B90AF. Grayscale: #7B7B7B. Windows color (decimal): -6000816 or 5271460. OLE color: 5271460.

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

Color convert

RGB 164 111 80 -
CMYK 0 0.32 0.51 0.36
HSL 22.14º 0.34% 0.48% -
HSV(B) 22.14º 0.51% 0.64% -
XYZ 22.44 19.84 10.24 -
YUV 123.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 164 111 80 0 0.32 0.51 0.36 22.14 0.34 0.48
Hex A4 6F 50 0 20 33 24 16 22 30
Octal 244 157 120 0 40 63 44 26 42 60
Binary 10100100 1101111 1010000 0 100000 110011 100100 10110 100010 110000

Color Harmonies of #A46F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46F50

Black with #A46F50

Text Example


Text Example

White with #A46F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46F50; }

 p { color: rgb(164,111,80); }

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

background-color css

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

 a { background-color: rgb(164,111,80); }

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

border-color css

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

 span { border-color: rgb(164,111,80); }

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