Html Css Color HEX #A56F4D Sante Fe

📋 copy color: '#A56F4D'

red 165 ◦ green 111 ◦ blue 77

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

Shades of Sante Fe #A56F4D

Tints of Sante Fe #A56F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

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

R = 46.74%
G = 31.44%
B = 21.81%

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

#A56F4D (or 0xA56F4D) is known color: Sante Fe. HEX triplet: A5, 6F and 4D. RGB value is (165,111,77). Sum of RGB (Red+Green+Blue) = 165+111+77=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F4D is #5A90B2. Grayscale: #7B7B7B. Windows color (decimal): -5935283 or 5074853. OLE color: 5074853.

HSL color Cylindrical-coordinate representation of color #A56F4D: hue angle of 23.18º 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 #A56F4D is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 111 77 -
CMYK 0 0.33 0.53 0.35
HSL 23.18º 0.36% 0.47% -
HSV(B) 23.18º 0.53% 0.65% -
XYZ 22.54 19.9 9.67 -
YUV 123.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 165 111 77 0 0.33 0.53 0.35 23.18 0.36 0.47
Hex A5 6F 4D 0 21 35 23 17 24 2F
Octal 245 157 115 0 41 65 43 27 44 57
Binary 10100101 1101111 1001101 0 100001 110101 100011 10111 100100 101111

Color Harmonies of #A56F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56F4D

Black with #A56F4D

Text Example


Text Example

White with #A56F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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