Html Css Color HEX #AE7459 Sante Fe

📋 copy color: '#AE7459'

red 174 ◦ green 116 ◦ blue 89

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

Shades of Sante Fe #AE7459

Tints of Sante Fe #AE7459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 45.91%
G = 30.61%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE7459 (or 0xAE7459) is known color: Sante Fe. HEX triplet: AE, 74 and 59. RGB value is (174,116,89). Sum of RGB (Red+Green+Blue) = 174+116+89=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7459 is #518BA6. Grayscale: #828282. Windows color (decimal): -5344167 or 5862574. OLE color: 5862574.

HSL color Cylindrical-coordinate representation of color #AE7459: hue angle of 19.06º 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 #AE7459 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 116 89 -
CMYK 0 0.33 0.49 0.32
HSL 19.06º 0.34% 0.52% -
HSV(B) 19.06º 0.49% 0.68% -
XYZ 25.5 22.21 12.39 -
YUV 130.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 174 116 89 0 0.33 0.49 0.32 19.06 0.34 0.52
Hex AE 74 59 0 21 31 20 13 22 34
Octal 256 164 131 0 41 61 40 23 42 64
Binary 10101110 1110100 1011001 0 100001 110001 100000 10011 100010 110100

Color Harmonies of #AE7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7459

Black with #AE7459

Text Example


Text Example

White with #AE7459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7459; }

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

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

background-color css

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

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

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

border-color css

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

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

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