Html Css Color HEX #AE744C Sante Fe

📋 copy color: '#AE744C'

red 174 ◦ green 116 ◦ blue 76

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

Shades of Sante Fe #AE744C

Tints of Sante Fe #AE744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.77%

R = 47.54%
G = 31.69%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE744C (or 0xAE744C) is known color: Sante Fe. HEX triplet: AE, 74 and 4C. RGB value is (174,116,76). Sum of RGB (Red+Green+Blue) = 174+116+76=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE744C is #518BB3. Grayscale: #818181. Windows color (decimal): -5344180 or 5010606. OLE color: 5010606.

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

Color convert

RGB 174 116 76 -
CMYK 0 0.33 0.56 0.32
HSL 24.49º 0.39% 0.49% -
HSV(B) 24.49º 0.56% 0.68% -
XYZ 25.01 22.01 9.77 -
YUV 128.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 174 116 76 0 0.33 0.56 0.32 24.49 0.39 0.49
Hex AE 74 4C 0 21 38 20 18 27 31
Octal 256 164 114 0 41 70 40 30 47 61
Binary 10101110 1110100 1001100 0 100001 111000 100000 11000 100111 110001

Color Harmonies of #AE744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE744C

Black with #AE744C

Text Example


Text Example

White with #AE744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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