Html Css Color HEX #A46E48 Sante Fe

📋 copy color: '#A46E48'

red 164 ◦ green 110 ◦ blue 72

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

Shades of Sante Fe #A46E48

Tints of Sante Fe #A46E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.79%

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 47.4%
G = 31.79%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A46E48 (or 0xA46E48) is known color: Sante Fe. HEX triplet: A4, 6E and 48. RGB value is (164,110,72). Sum of RGB (Red+Green+Blue) = 164+110+72=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46E48 is #5B91B7. Grayscale: #7A7A7A. Windows color (decimal): -6001080 or 4746916. OLE color: 4746916.

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

Color convert

RGB 164 110 72 -
CMYK 0 0.33 0.56 0.36
HSL 24.78º 0.39% 0.46% -
HSV(B) 24.78º 0.56% 0.64% -
XYZ 22.06 19.51 8.73 -
YUV 121.81 99.89 158.09 -
System Red Green Blue C M Y K H S L
Decimal 164 110 72 0 0.33 0.56 0.36 24.78 0.39 0.46
Hex A4 6E 48 0 21 38 24 19 27 2E
Octal 244 156 110 0 41 70 44 31 47 56
Binary 10100100 1101110 1001000 0 100001 111000 100100 11001 100111 101110

Color Harmonies of #A46E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46E48

Black with #A46E48

Text Example


Text Example

White with #A46E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46E48; }

 p { color: rgb(164,110,72); }

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

background-color css

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

 a { background-color: rgb(164,110,72); }

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

border-color css

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

 span { border-color: rgb(164,110,72); }

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