Html Css Color HEX #A56D52 Sante Fe

📋 copy color: '#A56D52'

red 165 ◦ green 109 ◦ blue 82

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

Shades of Sante Fe #A56D52

Tints of Sante Fe #A56D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 82 (32.42% from 255) = 23.03%

R = 46.35%
G = 30.62%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A56D52 (or 0xA56D52) is known color: Sante Fe. HEX triplet: A5, 6D and 52. RGB value is (165,109,82). Sum of RGB (Red+Green+Blue) = 165+109+82=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D52 is #5A92AD. Grayscale: #7A7A7A. Windows color (decimal): -5935790 or 5402021. OLE color: 5402021.

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

Color convert

RGB 165 109 82 -
CMYK 0 0.34 0.50 0.35
HSL 19.52º 0.34% 0.48% -
HSV(B) 19.52º 0.5% 0.65% -
XYZ 22.51 19.55 10.57 -
YUV 122.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 165 109 82 0 0.34 0.50 0.35 19.52 0.34 0.48
Hex A5 6D 52 0 22 32 23 14 22 30
Octal 245 155 122 0 42 62 43 24 42 60
Binary 10100101 1101101 1010010 0 100010 110010 100011 10100 100010 110000

Color Harmonies of #A56D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56D52

Black with #A56D52

Text Example


Text Example

White with #A56D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56D52; }

 p { color: rgb(165,109,82); }

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

background-color css

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

 a { background-color: rgb(165,109,82); }

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

border-color css

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

 span { border-color: rgb(165,109,82); }

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