Html Css Color HEX #A36C49 Sante Fe

📋 copy color: '#A36C49'

red 163 ◦ green 108 ◦ blue 73

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

Shades of Sante Fe #A36C49

Tints of Sante Fe #A36C49

RGB

 RED value IS 163 (64.06% from 255) = 47.38%

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

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 47.38%
G = 31.4%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A36C49 (or 0xA36C49) is known color: Sante Fe. HEX triplet: A3, 6C and 49. RGB value is (163,108,73). Sum of RGB (Red+Green+Blue) = 163+108+73=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C49 is #5C93B6. Grayscale: #787878. Windows color (decimal): -6067127 or 4811939. OLE color: 4811939.

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

Color convert

RGB 163 108 73 -
CMYK 0 0.34 0.55 0.36
HSL 23.33º 0.38% 0.46% -
HSV(B) 23.33º 0.55% 0.64% -
XYZ 21.67 18.99 8.83 -
YUV 120.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 163 108 73 0 0.34 0.55 0.36 23.33 0.38 0.46
Hex A3 6C 49 0 22 37 24 17 26 2E
Octal 243 154 111 0 42 67 44 27 46 56
Binary 10100011 1101100 1001001 0 100010 110111 100100 10111 100110 101110

Color Harmonies of #A36C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C49

Black with #A36C49

Text Example


Text Example

White with #A36C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C49; }

 p { color: rgb(163,108,73); }

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

background-color css

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

 a { background-color: rgb(163,108,73); }

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

border-color css

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

 span { border-color: rgb(163,108,73); }

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