Html Css Color HEX #A46D53 Sante Fe

📋 copy color: '#A46D53'

red 164 ◦ green 109 ◦ blue 83

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

Shades of Sante Fe #A46D53

Tints of Sante Fe #A46D53

RGB

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

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

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

R = 46.07%
G = 30.62%
B = 23.31%

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

#A46D53 (or 0xA46D53) is known color: Sante Fe. HEX triplet: A4, 6D and 53. RGB value is (164,109,83). Sum of RGB (Red+Green+Blue) = 164+109+83=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D53 is #5B92AC. Grayscale: #7A7A7A. Windows color (decimal): -6001325 or 5467556. OLE color: 5467556.

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

Color convert

RGB 164 109 83 -
CMYK 0 0.34 0.49 0.36
HSL 19.26º 0.33% 0.48% -
HSV(B) 19.26º 0.49% 0.64% -
XYZ 22.34 19.45 10.76 -
YUV 122.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 164 109 83 0 0.34 0.49 0.36 19.26 0.33 0.48
Hex A4 6D 53 0 22 31 24 13 21 30
Octal 244 155 123 0 42 61 44 23 41 60
Binary 10100100 1101101 1010011 0 100010 110001 100100 10011 100001 110000

Color Harmonies of #A46D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46D53

Black with #A46D53

Text Example


Text Example

White with #A46D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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