Html Css Color HEX #A46B4C Sante Fe

📋 copy color: '#A46B4C'

red 164 ◦ green 107 ◦ blue 76

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

Shades of Sante Fe #A46B4C

Tints of Sante Fe #A46B4C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.84%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 47.26%
G = 30.84%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A46B4C (or 0xA46B4C) is known color: Sante Fe. HEX triplet: A4, 6B and 4C. RGB value is (164,107,76). Sum of RGB (Red+Green+Blue) = 164+107+76=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B4C is #5B94B3. Grayscale: #787878. Windows color (decimal): -6001844 or 5008292. OLE color: 5008292.

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

Color convert

RGB 164 107 76 -
CMYK 0 0.35 0.54 0.36
HSL 21.14º 0.37% 0.47% -
HSV(B) 21.14º 0.54% 0.64% -
XYZ 21.87 18.93 9.34 -
YUV 120.51 102.88 159.02 -
System Red Green Blue C M Y K H S L
Decimal 164 107 76 0 0.35 0.54 0.36 21.14 0.37 0.47
Hex A4 6B 4C 0 23 36 24 15 25 2F
Octal 244 153 114 0 43 66 44 25 45 57
Binary 10100100 1101011 1001100 0 100011 110110 100100 10101 100101 101111

Color Harmonies of #A46B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46B4C

Black with #A46B4C

Text Example


Text Example

White with #A46B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46B4C; }

 p { color: rgb(164,107,76); }

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

background-color css

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

 a { background-color: rgb(164,107,76); }

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

border-color css

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

 span { border-color: rgb(164,107,76); }

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