Html Css Color HEX #AE6557 Sante Fe

📋 copy color: '#AE6557'

red 174 ◦ green 101 ◦ blue 87

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

Shades of Sante Fe #AE6557

Tints of Sante Fe #AE6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

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

R = 48.07%
G = 27.9%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AE6557 (or 0xAE6557) is known color: Sante Fe. HEX triplet: AE, 65 and 57. RGB value is (174,101,87). Sum of RGB (Red+Green+Blue) = 174+101+87=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6557 is #519AA8. Grayscale: #797979. Windows color (decimal): -5348009 or 5727662. OLE color: 5727662.

HSL color Cylindrical-coordinate representation of color #AE6557: hue angle of 9.66º 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 #AE6557 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 87 -
CMYK 0 0.42 0.5 0.32
HSL 9.66º 0.35% 0.51% -
HSV(B) 9.66º 0.5% 0.68% -
XYZ 23.83 18.99 11.43 -
YUV 121.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 174 101 87 0 0.42 0.5 0.32 9.66 0.35 0.51
Hex AE 65 57 0 2A 32 20 A 23 33
Octal 256 145 127 0 52 62 40 12 43 63
Binary 10101110 1100101 1010111 0 101010 110010 100000 1010 100011 110011

Color Harmonies of #AE6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6557

Black with #AE6557

Text Example


Text Example

White with #AE6557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6557; }

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

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

background-color css

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

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

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

border-color css

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

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

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