Html Css Color HEX #A46C53 Sante Fe

📋 copy color: '#A46C53'

red 164 ◦ green 108 ◦ blue 83

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

Shades of Sante Fe #A46C53

Tints of Sante Fe #A46C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 46.2%
G = 30.42%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A46C53 (or 0xA46C53) is known color: Sante Fe. HEX triplet: A4, 6C and 53. RGB value is (164,108,83). Sum of RGB (Red+Green+Blue) = 164+108+83=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46C53 is #5B93AC. Grayscale: #7A7A7A. Windows color (decimal): -6001581 or 5467300. OLE color: 5467300.

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

Color convert

RGB 164 108 83 -
CMYK 0 0.34 0.49 0.36
HSL 18.52º 0.33% 0.48% -
HSV(B) 18.52º 0.49% 0.64% -
XYZ 22.23 19.24 10.73 -
YUV 121.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 164 108 83 0 0.34 0.49 0.36 18.52 0.33 0.48
Hex A4 6C 53 0 22 31 24 13 21 30
Octal 244 154 123 0 42 61 44 23 41 60
Binary 10100100 1101100 1010011 0 100010 110001 100100 10011 100001 110000

Color Harmonies of #A46C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C53

Black with #A46C53

Text Example


Text Example

White with #A46C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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