Html Css Color HEX #AE724D Sante Fe

📋 copy color: '#AE724D'

red 174 ◦ green 114 ◦ blue 77

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

Shades of Sante Fe #AE724D

Tints of Sante Fe #AE724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 47.67%
G = 31.23%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE724D (or 0xAE724D) is known color: Sante Fe. HEX triplet: AE, 72 and 4D. RGB value is (174,114,77). Sum of RGB (Red+Green+Blue) = 174+114+77=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE724D is #518DB2. Grayscale: #7F7F7F. Windows color (decimal): -5344691 or 5075630. OLE color: 5075630.

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

Color convert

RGB 174 114 77 -
CMYK 0 0.34 0.56 0.32
HSL 22.89º 0.39% 0.49% -
HSV(B) 22.89º 0.56% 0.68% -
XYZ 24.81 21.57 9.88 -
YUV 127.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 174 114 77 0 0.34 0.56 0.32 22.89 0.39 0.49
Hex AE 72 4D 0 22 38 20 17 27 31
Octal 256 162 115 0 42 70 40 27 47 61
Binary 10101110 1110010 1001101 0 100010 111000 100000 10111 100111 110001

Color Harmonies of #AE724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE724D

Black with #AE724D

Text Example


Text Example

White with #AE724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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