Html Css Color HEX #A56B4D Sante Fe

📋 copy color: '#A56B4D'

red 165 ◦ green 107 ◦ blue 77

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

Shades of Sante Fe #A56B4D

Tints of Sante Fe #A56B4D

RGB

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

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

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

R = 47.28%
G = 30.66%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A56B4D (or 0xA56B4D) is known color: Sante Fe. HEX triplet: A5, 6B and 4D. RGB value is (165,107,77). Sum of RGB (Red+Green+Blue) = 165+107+77=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B4D is #5A94B2. Grayscale: #797979. Windows color (decimal): -5936307 or 5073829. OLE color: 5073829.

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

Color convert

RGB 165 107 77 -
CMYK 0 0.35 0.53 0.35
HSL 20.45º 0.36% 0.47% -
HSV(B) 20.45º 0.53% 0.65% -
XYZ 22.11 19.05 9.53 -
YUV 120.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 165 107 77 0 0.35 0.53 0.35 20.45 0.36 0.47
Hex A5 6B 4D 0 23 35 23 14 24 2F
Octal 245 153 115 0 43 65 43 24 44 57
Binary 10100101 1101011 1001101 0 100011 110101 100011 10100 100100 101111

Color Harmonies of #A56B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B4D

Black with #A56B4D

Text Example


Text Example

White with #A56B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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