Html Css Color HEX #A56B51 Sante Fe

📋 copy color: '#A56B51'

red 165 ◦ green 107 ◦ blue 81

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

Shades of Sante Fe #A56B51

Tints of Sante Fe #A56B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 46.74%
G = 30.31%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A56B51 (or 0xA56B51) is known color: Sante Fe. HEX triplet: A5, 6B and 51. RGB value is (165,107,81). Sum of RGB (Red+Green+Blue) = 165+107+81=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B51 is #5A94AE. Grayscale: #797979. Windows color (decimal): -5936303 or 5335973. OLE color: 5335973.

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

Color convert

RGB 165 107 81 -
CMYK 0 0.35 0.51 0.35
HSL 18.57º 0.34% 0.48% -
HSV(B) 18.57º 0.51% 0.65% -
XYZ 22.26 19.11 10.3 -
YUV 121.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 165 107 81 0 0.35 0.51 0.35 18.57 0.34 0.48
Hex A5 6B 51 0 23 33 23 13 22 30
Octal 245 153 121 0 43 63 43 23 42 60
Binary 10100101 1101011 1010001 0 100011 110011 100011 10011 100010 110000

Color Harmonies of #A56B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B51

Black with #A56B51

Text Example


Text Example

White with #A56B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B51; }

 p { color: rgb(165,107,81); }

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

background-color css

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

 a { background-color: rgb(165,107,81); }

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

border-color css

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

 span { border-color: rgb(165,107,81); }

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