Html Css Color HEX #AE6656 Sante Fe

📋 copy color: '#AE6656'

red 174 ◦ green 102 ◦ blue 86

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

Shades of Sante Fe #AE6656

Tints of Sante Fe #AE6656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

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

R = 48.07%
G = 28.18%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE6656 (or 0xAE6656) is known color: Sante Fe. HEX triplet: AE, 66 and 56. RGB value is (174,102,86). Sum of RGB (Red+Green+Blue) = 174+102+86=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6656 is #5199A9. Grayscale: #797979. Windows color (decimal): -5347754 or 5662382. OLE color: 5662382.

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

Color convert

RGB 174 102 86 -
CMYK 0 0.41 0.51 0.32
HSL 10.91º 0.35% 0.51% -
HSV(B) 10.91º 0.51% 0.68% -
XYZ 23.89 19.17 11.25 -
YUV 121.7 107.85 165.3 -
System Red Green Blue C M Y K H S L
Decimal 174 102 86 0 0.41 0.51 0.32 10.91 0.35 0.51
Hex AE 66 56 0 29 33 20 B 23 33
Octal 256 146 126 0 51 63 40 13 43 63
Binary 10101110 1100110 1010110 0 101001 110011 100000 1011 100011 110011

Color Harmonies of #AE6656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6656

Black with #AE6656

Text Example


Text Example

White with #AE6656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6656; }

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

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

background-color css

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

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

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

border-color css

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

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

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