Html Css Color HEX #A56E4D Sante Fe

📋 copy color: '#A56E4D'

red 165 ◦ green 110 ◦ blue 77

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

Shades of Sante Fe #A56E4D

Tints of Sante Fe #A56E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.25%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 46.88%
G = 31.25%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A56E4D (or 0xA56E4D) is known color: Sante Fe. HEX triplet: A5, 6E and 4D. RGB value is (165,110,77). Sum of RGB (Red+Green+Blue) = 165+110+77=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E4D is #5A91B2. Grayscale: #7A7A7A. Windows color (decimal): -5935539 or 5074597. OLE color: 5074597.

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

Color convert

RGB 165 110 77 -
CMYK 0 0.33 0.53 0.35
HSL 22.5º 0.36% 0.47% -
HSV(B) 22.5º 0.53% 0.65% -
XYZ 22.43 19.69 9.64 -
YUV 122.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 165 110 77 0 0.33 0.53 0.35 22.5 0.36 0.47
Hex A5 6E 4D 0 21 35 23 16 24 2F
Octal 245 156 115 0 41 65 43 26 44 57
Binary 10100101 1101110 1001101 0 100001 110101 100011 10110 100100 101111

Color Harmonies of #A56E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E4D

Black with #A56E4D

Text Example


Text Example

White with #A56E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E4D; }

 p { color: rgb(165,110,77); }

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

background-color css

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

 a { background-color: rgb(165,110,77); }

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

border-color css

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

 span { border-color: rgb(165,110,77); }

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