Html Css Color HEX #A56A47 Sante Fe

📋 copy color: '#A56A47'

red 165 ◦ green 106 ◦ blue 71

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

Shades of Sante Fe #A56A47

Tints of Sante Fe #A56A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 48.25%
G = 30.99%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A56A47 (or 0xA56A47) is known color: Sante Fe. HEX triplet: A5, 6A and 47. RGB value is (165,106,71). Sum of RGB (Red+Green+Blue) = 165+106+71=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A56A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56A47 is #5A95B8. Grayscale: #777777. Windows color (decimal): -5936569 or 4680357. OLE color: 4680357.

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

Color convert

RGB 165 106 71 -
CMYK 0 0.36 0.57 0.35
HSL 22.34º 0.4% 0.46% -
HSV(B) 22.34º 0.57% 0.65% -
XYZ 21.81 18.76 8.43 -
YUV 119.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 165 106 71 0 0.36 0.57 0.35 22.34 0.4 0.46
Hex A5 6A 47 0 24 39 23 16 28 2E
Octal 245 152 107 0 44 71 43 26 50 56
Binary 10100101 1101010 1000111 0 100100 111001 100011 10110 101000 101110

Color Harmonies of #A56A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56A47

Black with #A56A47

Text Example


Text Example

White with #A56A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56A47; }

 p { color: rgb(165,106,71); }

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

background-color css

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

 a { background-color: rgb(165,106,71); }

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

border-color css

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

 span { border-color: rgb(165,106,71); }

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