Html Css Color HEX #AE6A57 Sante Fe

📋 copy color: '#AE6A57'

red 174 ◦ green 106 ◦ blue 87

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

Shades of Sante Fe #AE6A57

Tints of Sante Fe #AE6A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.88%

 BLUE value IS 87 (34.38% from 255) = 23.71%

R = 47.41%
G = 28.88%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AE6A57 (or 0xAE6A57) is known color: Sante Fe. HEX triplet: AE, 6A and 57. RGB value is (174,106,87). Sum of RGB (Red+Green+Blue) = 174+106+87=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A57 is #5195A8. Grayscale: #7C7C7C. Windows color (decimal): -5346729 or 5728942. OLE color: 5728942.

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

Color convert

RGB 174 106 87 -
CMYK 0 0.39 0.5 0.32
HSL 13.1º 0.35% 0.51% -
HSV(B) 13.1º 0.5% 0.68% -
XYZ 24.33 19.99 11.59 -
YUV 124.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 174 106 87 0 0.39 0.5 0.32 13.1 0.35 0.51
Hex AE 6A 57 0 27 32 20 D 23 33
Octal 256 152 127 0 47 62 40 15 43 63
Binary 10101110 1101010 1010111 0 100111 110010 100000 1101 100011 110011

Color Harmonies of #AE6A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6A57

Black with #AE6A57

Text Example


Text Example

White with #AE6A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6A57; }

 p { color: rgb(174,106,87); }

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

background-color css

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

 a { background-color: rgb(174,106,87); }

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

border-color css

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

 span { border-color: rgb(174,106,87); }

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