Html Css Color HEX #AE624C Sante Fe

📋 copy color: '#AE624C'

red 174 ◦ green 98 ◦ blue 76

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

Shades of Sante Fe #AE624C

Tints of Sante Fe #AE624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 50%
G = 28.16%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE624C (or 0xAE624C) is known color: Sante Fe. HEX triplet: AE, 62 and 4C. RGB value is (174,98,76). Sum of RGB (Red+Green+Blue) = 174+98+76=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE624C is #519DB3. Grayscale: #767676. Windows color (decimal): -5348788 or 5005998. OLE color: 5005998.

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

Color convert

RGB 174 98 76 -
CMYK 0 0.44 0.56 0.32
HSL 13.47º 0.39% 0.49% -
HSV(B) 13.47º 0.56% 0.68% -
XYZ 23.13 18.26 9.14 -
YUV 118.22 104.18 167.79 -
System Red Green Blue C M Y K H S L
Decimal 174 98 76 0 0.44 0.56 0.32 13.47 0.39 0.49
Hex AE 62 4C 0 2C 38 20 D 27 31
Octal 256 142 114 0 54 70 40 15 47 61
Binary 10101110 1100010 1001100 0 101100 111000 100000 1101 100111 110001

Color Harmonies of #AE624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE624C

Black with #AE624C

Text Example


Text Example

White with #AE624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE624C; }

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

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

background-color css

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

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

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

border-color css

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

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

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