#AE6B52

Color #AE6B52 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #AE6B52

Tints of Sante Fe #AE6B52

Color information

#AE6B52 (or 0xAE6B52) is unknown color: approx Sante Fe. HEX triplet: AE, 6B and 52. RGB value is (174,107,82). Sum of RGB (Red+Green+Blue) = 174+107+82=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B52 is #5194AD. Grayscale: #7C7C7C. Windows color (decimal): -5346478 or 5401518. OLE color: 5401518.

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

Color convert

RGB17410782-
CMYK00.390.530.32
HSL16.3º36.22%50.2%-
HSV(B)16.3º52.87%68.24%-
XYZ24.2420.1210.59-
YUV124.18104.2163.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 107 (42.19% from 255) = 29.48%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=47.93%
G=29.48%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741078200.390.530.3216.336.2250.2
HexAE6B520273520102432
Octal2561531220476540204462
Binary1010111011010111010010010011111010110000010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B52; }

 p { color: rgb(174,107,82); }

 H1.HeaderClassName
 {
   color: #AE6B52;
 }
 .AnyTagClassName
 {
   color: #AE6B52;
 }
</style>
background-color css

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

 a { background-color: rgb(174,107,82); }

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

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

 span { border-color: rgb(174,107,82); }

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