Html Css Color HEX #AE6458 Sante Fe

📋 copy color: '#AE6458'

red 174 ◦ green 100 ◦ blue 88

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

Shades of Sante Fe #AE6458

Tints of Sante Fe #AE6458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.62%

 BLUE value IS 88 (34.77% from 255) = 24.31%

R = 48.07%
G = 27.62%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE6458 (or 0xAE6458) is known color: Sante Fe. HEX triplet: AE, 64 and 58. RGB value is (174,100,88). Sum of RGB (Red+Green+Blue) = 174+100+88=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6458 is #519BA7. Grayscale: #787878. Windows color (decimal): -5348264 or 5792942. OLE color: 5792942.

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

Color convert

RGB 174 100 88 -
CMYK 0 0.43 0.49 0.32
HSL 8.37º 0.35% 0.51% -
HSV(B) 8.37º 0.49% 0.68% -
XYZ 23.77 18.82 11.61 -
YUV 120.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 174 100 88 0 0.43 0.49 0.32 8.37 0.35 0.51
Hex AE 64 58 0 2B 31 20 8 23 33
Octal 256 144 130 0 53 61 40 10 43 63
Binary 10101110 1100100 1011000 0 101011 110001 100000 1000 100011 110011

Color Harmonies of #AE6458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6458

Black with #AE6458

Text Example


Text Example

White with #AE6458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6458; }

 p { color: rgb(174,100,88); }

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

background-color css

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

 a { background-color: rgb(174,100,88); }

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

border-color css

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

 span { border-color: rgb(174,100,88); }

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