Html Css Color HEX #AE6849 Sante Fe

📋 copy color: '#AE6849'

red 174 ◦ green 104 ◦ blue 73

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

Shades of Sante Fe #AE6849

Tints of Sante Fe #AE6849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.8%

R = 49.57%
G = 29.63%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE6849 (or 0xAE6849) is known color: Sante Fe. HEX triplet: AE, 68 and 49. RGB value is (174,104,73). Sum of RGB (Red+Green+Blue) = 174+104+73=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6849 is #5197B6. Grayscale: #797979. Windows color (decimal): -5347255 or 4810926. OLE color: 4810926.

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

Color convert

RGB 174 104 73 -
CMYK 0 0.40 0.58 0.32
HSL 18.42º 0.41% 0.48% -
HSV(B) 18.42º 0.58% 0.68% -
XYZ 23.61 19.38 8.8 -
YUV 121.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 174 104 73 0 0.40 0.58 0.32 18.42 0.41 0.48
Hex AE 68 49 0 28 3A 20 12 29 30
Octal 256 150 111 0 50 72 40 22 51 60
Binary 10101110 1101000 1001001 0 101000 111010 100000 10010 101001 110000

Color Harmonies of #AE6849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6849

Black with #AE6849

Text Example


Text Example

White with #AE6849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6849; }

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

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

background-color css

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

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

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

border-color css

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

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

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