Html Css Color HEX #AE664A Sante Fe

📋 copy color: '#AE664A'

red 174 ◦ green 102 ◦ blue 74

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

Shades of Sante Fe #AE664A

Tints of Sante Fe #AE664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 49.71%
G = 29.14%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE664A (or 0xAE664A) is known color: Sante Fe. HEX triplet: AE, 66 and 4A. RGB value is (174,102,74). Sum of RGB (Red+Green+Blue) = 174+102+74=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE664A is #5199B5. Grayscale: #787878. Windows color (decimal): -5347766 or 4875950. OLE color: 4875950.

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

Color convert

RGB 174 102 74 -
CMYK 0 0.41 0.57 0.32
HSL 16.8º 0.4% 0.49% -
HSV(B) 16.8º 0.57% 0.68% -
XYZ 23.44 19 8.91 -
YUV 120.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 174 102 74 0 0.41 0.57 0.32 16.8 0.4 0.49
Hex AE 66 4A 0 29 39 20 11 28 31
Octal 256 146 112 0 51 71 40 21 50 61
Binary 10101110 1100110 1001010 0 101001 111001 100000 10001 101000 110001

Color Harmonies of #AE664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE664A

Black with #AE664A

Text Example


Text Example

White with #AE664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE664A; }

 p { color: rgb(174,102,74); }

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

background-color css

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

 a { background-color: rgb(174,102,74); }

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

border-color css

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

 span { border-color: rgb(174,102,74); }

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