Html Css Color HEX #A46449 Sante Fe

📋 copy color: '#A46449'

red 164 ◦ green 100 ◦ blue 73

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

Shades of Sante Fe #A46449

Tints of Sante Fe #A46449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 48.66%
G = 29.67%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A46449 (or 0xA46449) is known color: Sante Fe. HEX triplet: A4, 64 and 49. RGB value is (164,100,73). Sum of RGB (Red+Green+Blue) = 164+100+73=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A46449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46449 is #5B9BB6. Grayscale: #747474. Windows color (decimal): -6003639 or 4809892. OLE color: 4809892.

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

Color convert

RGB 164 100 73 -
CMYK 0 0.39 0.55 0.36
HSL 17.8º 0.38% 0.46% -
HSV(B) 17.8º 0.55% 0.64% -
XYZ 21.07 17.49 8.57 -
YUV 116.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 164 100 73 0 0.39 0.55 0.36 17.8 0.38 0.46
Hex A4 64 49 0 27 37 24 12 26 2E
Octal 244 144 111 0 47 67 44 22 46 56
Binary 10100100 1100100 1001001 0 100111 110111 100100 10010 100110 101110

Color Harmonies of #A46449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46449

Black with #A46449

Text Example


Text Example

White with #A46449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46449; }

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

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

background-color css

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

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

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

border-color css

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

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

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