Html Css Color HEX #A56649 Sante Fe

📋 copy color: '#A56649'

red 165 ◦ green 102 ◦ blue 73

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

Shades of Sante Fe #A56649

Tints of Sante Fe #A56649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

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

R = 48.53%
G = 30%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A56649 (or 0xA56649) is known color: Sante Fe. HEX triplet: A5, 66 and 49. RGB value is (165,102,73). Sum of RGB (Red+Green+Blue) = 165+102+73=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A56649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56649 is #5A99B6. Grayscale: #757575. Windows color (decimal): -5937591 or 4810405. OLE color: 4810405.

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

Color convert

RGB 165 102 73 -
CMYK 0 0.38 0.56 0.35
HSL 18.91º 0.39% 0.47% -
HSV(B) 18.91º 0.56% 0.65% -
XYZ 21.47 17.98 8.64 -
YUV 117.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 165 102 73 0 0.38 0.56 0.35 18.91 0.39 0.47
Hex A5 66 49 0 26 38 23 13 27 2F
Octal 245 146 111 0 46 70 43 23 47 57
Binary 10100101 1100110 1001001 0 100110 111000 100011 10011 100111 101111

Color Harmonies of #A56649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56649

Black with #A56649

Text Example


Text Example

White with #A56649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56649; }

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

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

background-color css

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

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

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

border-color css

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

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

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