Html Css Color HEX #AE684A Sante Fe

📋 copy color: '#AE684A'

red 174 ◦ green 104 ◦ blue 74

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

Shades of Sante Fe #AE684A

Tints of Sante Fe #AE684A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 49.43%
G = 29.55%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE684A (or 0xAE684A) is known color: Sante Fe. HEX triplet: AE, 68 and 4A. RGB value is (174,104,74). Sum of RGB (Red+Green+Blue) = 174+104+74=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE684A is #5197B5. Grayscale: #797979. Windows color (decimal): -5347254 or 4876462. OLE color: 4876462.

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

Color convert

RGB 174 104 74 -
CMYK 0 0.40 0.57 0.32
HSL 18º 0.4% 0.49% -
HSV(B) 18º 0.57% 0.68% -
XYZ 23.64 19.39 8.98 -
YUV 121.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 174 104 74 0 0.40 0.57 0.32 18 0.4 0.49
Hex AE 68 4A 0 28 39 20 12 28 31
Octal 256 150 112 0 50 71 40 22 50 61
Binary 10101110 1101000 1001010 0 101000 111001 100000 10010 101000 110001

Color Harmonies of #AE684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE684A

Black with #AE684A

Text Example


Text Example

White with #AE684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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