Html Css Color HEX #AE7259 Sante Fe

📋 copy color: '#AE7259'

red 174 ◦ green 114 ◦ blue 89

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

Shades of Sante Fe #AE7259

Tints of Sante Fe #AE7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 46.15%
G = 30.24%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE7259 (or 0xAE7259) is known color: Sante Fe. HEX triplet: AE, 72 and 59. RGB value is (174,114,89). Sum of RGB (Red+Green+Blue) = 174+114+89=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7259 is #518DA6. Grayscale: #818181. Windows color (decimal): -5344679 or 5862062. OLE color: 5862062.

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

Color convert

RGB 174 114 89 -
CMYK 0 0.34 0.49 0.32
HSL 17.65º 0.34% 0.52% -
HSV(B) 17.65º 0.49% 0.68% -
XYZ 25.28 21.75 12.32 -
YUV 129.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 174 114 89 0 0.34 0.49 0.32 17.65 0.34 0.52
Hex AE 72 59 0 22 31 20 12 22 34
Octal 256 162 131 0 42 61 40 22 42 64
Binary 10101110 1110010 1011001 0 100010 110001 100000 10010 100010 110100

Color Harmonies of #AE7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7259

Black with #AE7259

Text Example


Text Example

White with #AE7259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7259; }

 p { color: rgb(174,114,89); }

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

background-color css

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

 a { background-color: rgb(174,114,89); }

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

border-color css

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

 span { border-color: rgb(174,114,89); }

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