Html Css Color HEX #AE6D56 Sante Fe

📋 copy color: '#AE6D56'

red 174 ◦ green 109 ◦ blue 86

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

Shades of Sante Fe #AE6D56

Tints of Sante Fe #AE6D56

RGB

 RED value IS 174 (68.36% from 255) = 47.15%

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

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 47.15%
G = 29.54%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE6D56 (or 0xAE6D56) is known color: Sante Fe. HEX triplet: AE, 6D and 56. RGB value is (174,109,86). Sum of RGB (Red+Green+Blue) = 174+109+86=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6D56 is #5192A9. Grayscale: #7D7D7D. Windows color (decimal): -5345962 or 5664174. OLE color: 5664174.

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

Color convert

RGB 174 109 86 -
CMYK 0 0.37 0.51 0.32
HSL 15.68º 0.35% 0.51% -
HSV(B) 15.68º 0.51% 0.68% -
XYZ 24.6 20.61 11.49 -
YUV 125.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 174 109 86 0 0.37 0.51 0.32 15.68 0.35 0.51
Hex AE 6D 56 0 25 33 20 10 23 33
Octal 256 155 126 0 45 63 40 20 43 63
Binary 10101110 1101101 1010110 0 100101 110011 100000 10000 100011 110011

Color Harmonies of #AE6D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6D56

Black with #AE6D56

Text Example


Text Example

White with #AE6D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6D56; }

 p { color: rgb(174,109,86); }

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

background-color css

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

 a { background-color: rgb(174,109,86); }

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

border-color css

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

 span { border-color: rgb(174,109,86); }

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