Html Css Color HEX #A46C48 Sante Fe

📋 copy color: '#A46C48'

red 164 ◦ green 108 ◦ blue 72

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

Shades of Sante Fe #A46C48

Tints of Sante Fe #A46C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

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

R = 47.67%
G = 31.4%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A46C48 (or 0xA46C48) is known color: Sante Fe. HEX triplet: A4, 6C and 48. RGB value is (164,108,72). Sum of RGB (Red+Green+Blue) = 164+108+72=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C48 is #5B93B7. Grayscale: #787878. Windows color (decimal): -6001592 or 4746404. OLE color: 4746404.

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

Color convert

RGB 164 108 72 -
CMYK 0 0.34 0.56 0.36
HSL 23.48º 0.39% 0.46% -
HSV(B) 23.48º 0.56% 0.64% -
XYZ 21.84 19.09 8.66 -
YUV 120.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 164 108 72 0 0.34 0.56 0.36 23.48 0.39 0.46
Hex A4 6C 48 0 22 38 24 17 27 2E
Octal 244 154 110 0 42 70 44 27 47 56
Binary 10100100 1101100 1001000 0 100010 111000 100100 10111 100111 101110

Color Harmonies of #A46C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C48

Black with #A46C48

Text Example


Text Example

White with #A46C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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