Html Css Color HEX #AE684E Sante Fe

📋 copy color: '#AE684E'

red 174 ◦ green 104 ◦ blue 78

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

Shades of Sante Fe #AE684E

Tints of Sante Fe #AE684E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 48.88%
G = 29.21%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE684E (or 0xAE684E) is known color: Sante Fe. HEX triplet: AE, 68 and 4E. RGB value is (174,104,78). Sum of RGB (Red+Green+Blue) = 174+104+78=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE684E is #5197B1. Grayscale: #7A7A7A. Windows color (decimal): -5347250 or 5138606. OLE color: 5138606.

HSL color Cylindrical-coordinate representation of color #AE684E: hue angle of 16.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE684E is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 104 78 -
CMYK 0 0.40 0.55 0.32
HSL 16.25º 0.38% 0.49% -
HSV(B) 16.25º 0.55% 0.68% -
XYZ 23.78 19.45 9.71 -
YUV 121.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 174 104 78 0 0.40 0.55 0.32 16.25 0.38 0.49
Hex AE 68 4E 0 28 37 20 10 26 31
Octal 256 150 116 0 50 67 40 20 46 61
Binary 10101110 1101000 1001110 0 101000 110111 100000 10000 100110 110001

Color Harmonies of #AE684E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE684E

Black with #AE684E

Text Example


Text Example

White with #AE684E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE684E; }

 p { color: rgb(174,104,78); }

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

background-color css

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

 a { background-color: rgb(174,104,78); }

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

border-color css

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

 span { border-color: rgb(174,104,78); }

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