Html Css Color HEX #AE674E Sante Fe

📋 copy color: '#AE674E'

red 174 ◦ green 103 ◦ blue 78

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

Shades of Sante Fe #AE674E

Tints of Sante Fe #AE674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 49.01%
G = 29.01%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE674E (or 0xAE674E) is known color: Sante Fe. HEX triplet: AE, 67 and 4E. RGB value is (174,103,78). Sum of RGB (Red+Green+Blue) = 174+103+78=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE674E is #5198B1. Grayscale: #797979. Windows color (decimal): -5347506 or 5138350. OLE color: 5138350.

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

Color convert

RGB 174 103 78 -
CMYK 0 0.41 0.55 0.32
HSL 15.63º 0.38% 0.49% -
HSV(B) 15.63º 0.55% 0.68% -
XYZ 23.68 19.25 9.68 -
YUV 121.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 174 103 78 0 0.41 0.55 0.32 15.63 0.38 0.49
Hex AE 67 4E 0 29 37 20 10 26 31
Octal 256 147 116 0 51 67 40 20 46 61
Binary 10101110 1100111 1001110 0 101001 110111 100000 10000 100110 110001

Color Harmonies of #AE674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE674E

Black with #AE674E

Text Example


Text Example

White with #AE674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE674E; }

 p { color: rgb(174,103,78); }

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

background-color css

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

 a { background-color: rgb(174,103,78); }

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

border-color css

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

 span { border-color: rgb(174,103,78); }

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