Html Css Color HEX #AE6E57 Sante Fe

📋 copy color: '#AE6E57'

red 174 ◦ green 110 ◦ blue 87

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

Shades of Sante Fe #AE6E57

Tints of Sante Fe #AE6E57

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 87 (34.38% from 255) = 23.45%

R = 46.9%
G = 29.65%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AE6E57 (or 0xAE6E57) is known color: Sante Fe. HEX triplet: AE, 6E and 57. RGB value is (174,110,87). Sum of RGB (Red+Green+Blue) = 174+110+87=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E57 is #5191A8. Grayscale: #7E7E7E. Windows color (decimal): -5345705 or 5729966. OLE color: 5729966.

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

Color convert

RGB 174 110 87 -
CMYK 0 0.37 0.5 0.32
HSL 15.86º 0.35% 0.51% -
HSV(B) 15.86º 0.5% 0.68% -
XYZ 24.75 20.84 11.73 -
YUV 126.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 174 110 87 0 0.37 0.5 0.32 15.86 0.35 0.51
Hex AE 6E 57 0 25 32 20 10 23 33
Octal 256 156 127 0 45 62 40 20 43 63
Binary 10101110 1101110 1010111 0 100101 110010 100000 10000 100011 110011

Color Harmonies of #AE6E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6E57

Black with #AE6E57

Text Example


Text Example

White with #AE6E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6E57; }

 p { color: rgb(174,110,87); }

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

background-color css

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

 a { background-color: rgb(174,110,87); }

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

border-color css

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

 span { border-color: rgb(174,110,87); }

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