Html Css Color HEX #AE684C Sante Fe

📋 copy color: '#AE684C'

red 174 ◦ green 104 ◦ blue 76

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

Shades of Sante Fe #AE684C

Tints of Sante Fe #AE684C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 49.15%
G = 29.38%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE684C (or 0xAE684C) is known color: Sante Fe. HEX triplet: AE, 68 and 4C. RGB value is (174,104,76). Sum of RGB (Red+Green+Blue) = 174+104+76=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE684C is #5197B3. Grayscale: #797979. Windows color (decimal): -5347252 or 5007534. OLE color: 5007534.

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

Color convert

RGB 174 104 76 -
CMYK 0 0.40 0.56 0.32
HSL 17.14º 0.39% 0.49% -
HSV(B) 17.14º 0.56% 0.68% -
XYZ 23.71 19.42 9.34 -
YUV 121.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 174 104 76 0 0.40 0.56 0.32 17.14 0.39 0.49
Hex AE 68 4C 0 28 38 20 11 27 31
Octal 256 150 114 0 50 70 40 21 47 61
Binary 10101110 1101000 1001100 0 101000 111000 100000 10001 100111 110001

Color Harmonies of #AE684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE684C

Black with #AE684C

Text Example


Text Example

White with #AE684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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