Html Css Color HEX #A56C49 Sante Fe

📋 copy color: '#A56C49'

red 165 ◦ green 108 ◦ blue 73

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

Shades of Sante Fe #A56C49

Tints of Sante Fe #A56C49

RGB

 RED value IS 165 (64.84% from 255) = 47.69%

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

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

R = 47.69%
G = 31.21%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A56C49 (or 0xA56C49) is known color: Sante Fe. HEX triplet: A5, 6C and 49. RGB value is (165,108,73). Sum of RGB (Red+Green+Blue) = 165+108+73=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56C49 is #5A93B6. Grayscale: #797979. Windows color (decimal): -5936055 or 4811941. OLE color: 4811941.

HSL color Cylindrical-coordinate representation of color #A56C49: hue angle of 22.83º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A56C49 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 108 73 -
CMYK 0 0.35 0.56 0.35
HSL 22.83º 0.39% 0.47% -
HSV(B) 22.83º 0.56% 0.65% -
XYZ 22.08 19.21 8.85 -
YUV 121.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 165 108 73 0 0.35 0.56 0.35 22.83 0.39 0.47
Hex A5 6C 49 0 23 38 23 17 27 2F
Octal 245 154 111 0 43 70 43 27 47 57
Binary 10100101 1101100 1001001 0 100011 111000 100011 10111 100111 101111

Color Harmonies of #A56C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C49

Black with #A56C49

Text Example


Text Example

White with #A56C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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