Html Css Color HEX #A46D4B Sante Fe

📋 copy color: '#A46D4B'

red 164 ◦ green 109 ◦ blue 75

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

Shades of Sante Fe #A46D4B

Tints of Sante Fe #A46D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 47.13%
G = 31.32%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A46D4B (or 0xA46D4B) is known color: Sante Fe. HEX triplet: A4, 6D and 4B. RGB value is (164,109,75). Sum of RGB (Red+Green+Blue) = 164+109+75=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46D4B is #5B92B4. Grayscale: #797979. Windows color (decimal): -6001333 or 4943268. OLE color: 4943268.

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

Color convert

RGB 164 109 75 -
CMYK 0 0.34 0.54 0.36
HSL 22.92º 0.37% 0.47% -
HSV(B) 22.92º 0.54% 0.64% -
XYZ 22.05 19.34 9.23 -
YUV 121.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 164 109 75 0 0.34 0.54 0.36 22.92 0.37 0.47
Hex A4 6D 4B 0 22 36 24 17 25 2F
Octal 244 155 113 0 42 66 44 27 45 57
Binary 10100100 1101101 1001011 0 100010 110110 100100 10111 100101 101111

Color Harmonies of #A46D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D4B

Black with #A46D4B

Text Example


Text Example

White with #A46D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D4B; }

 p { color: rgb(164,109,75); }

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

background-color css

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

 a { background-color: rgb(164,109,75); }

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

border-color css

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

 span { border-color: rgb(164,109,75); }

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