Html Css Color HEX #A46350 Sante Fe

📋 copy color: '#A46350'

red 164 ◦ green 99 ◦ blue 80

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

Shades of Sante Fe #A46350

Tints of Sante Fe #A46350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 47.81%
G = 28.86%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A46350 (or 0xA46350) is known color: Sante Fe. HEX triplet: A4, 63 and 50. RGB value is (164,99,80). Sum of RGB (Red+Green+Blue) = 164+99+80=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A46350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46350 is #5B9CAF. Grayscale: #747474. Windows color (decimal): -6003888 or 5268388. OLE color: 5268388.

HSL color Cylindrical-coordinate representation of color #A46350: hue angle of 13.57º 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 #A46350 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 80 -
CMYK 0 0.40 0.51 0.36
HSL 13.57º 0.34% 0.48% -
HSV(B) 13.57º 0.51% 0.64% -
XYZ 21.22 17.4 9.83 -
YUV 116.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 164 99 80 0 0.40 0.51 0.36 13.57 0.34 0.48
Hex A4 63 50 0 28 33 24 E 22 30
Octal 244 143 120 0 50 63 44 16 42 60
Binary 10100100 1100011 1010000 0 101000 110011 100100 1110 100010 110000

Color Harmonies of #A46350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46350

Black with #A46350

Text Example


Text Example

White with #A46350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46350; }

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

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

background-color css

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

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

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

border-color css

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

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

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