Html Css Color HEX #AE724E Sante Fe

📋 copy color: '#AE724E'

red 174 ◦ green 114 ◦ blue 78

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

Shades of Sante Fe #AE724E

Tints of Sante Fe #AE724E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 47.54%
G = 31.15%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE724E (or 0xAE724E) is known color: Sante Fe. HEX triplet: AE, 72 and 4E. RGB value is (174,114,78). Sum of RGB (Red+Green+Blue) = 174+114+78=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE724E is #518DB1. Grayscale: #808080. Windows color (decimal): -5344690 or 5141166. OLE color: 5141166.

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

Color convert

RGB 174 114 78 -
CMYK 0 0.34 0.55 0.32
HSL 22.5º 0.38% 0.49% -
HSV(B) 22.5º 0.55% 0.68% -
XYZ 24.85 21.58 10.06 -
YUV 127.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 174 114 78 0 0.34 0.55 0.32 22.5 0.38 0.49
Hex AE 72 4E 0 22 37 20 16 26 31
Octal 256 162 116 0 42 67 40 26 46 61
Binary 10101110 1110010 1001110 0 100010 110111 100000 10110 100110 110001

Color Harmonies of #AE724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE724E

Black with #AE724E

Text Example


Text Example

White with #AE724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE724E; }

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

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

background-color css

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

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

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

border-color css

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

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

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