Html Css Color HEX #AE6354 Sante Fe

📋 copy color: '#AE6354'

red 174 ◦ green 99 ◦ blue 84

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

Shades of Sante Fe #AE6354

Tints of Sante Fe #AE6354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 84 (33.2% from 255) = 23.53%

R = 48.74%
G = 27.73%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE6354 (or 0xAE6354) is known color: Sante Fe. HEX triplet: AE, 63 and 54. RGB value is (174,99,84). Sum of RGB (Red+Green+Blue) = 174+99+84=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6354 is #519CAB. Grayscale: #777777. Windows color (decimal): -5348524 or 5530542. OLE color: 5530542.

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

Color convert

RGB 174 99 84 -
CMYK 0 0.43 0.52 0.32
HSL 10º 0.36% 0.51% -
HSV(B) 10º 0.52% 0.68% -
XYZ 23.52 18.56 10.73 -
YUV 119.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 174 99 84 0 0.43 0.52 0.32 10 0.36 0.51
Hex AE 63 54 0 2B 34 20 A 24 33
Octal 256 143 124 0 53 64 40 12 44 63
Binary 10101110 1100011 1010100 0 101011 110100 100000 1010 100100 110011

Color Harmonies of #AE6354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6354

Black with #AE6354

Text Example


Text Example

White with #AE6354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6354; }

 p { color: rgb(174,99,84); }

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

background-color css

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

 a { background-color: rgb(174,99,84); }

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

border-color css

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

 span { border-color: rgb(174,99,84); }

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