Html Css Color HEX #AE654D Sante Fe

📋 copy color: '#AE654D'

red 174 ◦ green 101 ◦ blue 77

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

Shades of Sante Fe #AE654D

Tints of Sante Fe #AE654D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 49.43%
G = 28.69%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE654D (or 0xAE654D) is known color: Sante Fe. HEX triplet: AE, 65 and 4D. RGB value is (174,101,77). Sum of RGB (Red+Green+Blue) = 174+101+77=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE654D is #519AB2. Grayscale: #787878. Windows color (decimal): -5348019 or 5072302. OLE color: 5072302.

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

Color convert

RGB 174 101 77 -
CMYK 0 0.42 0.56 0.32
HSL 14.85º 0.39% 0.49% -
HSV(B) 14.85º 0.56% 0.68% -
XYZ 23.45 18.84 9.42 -
YUV 120.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 174 101 77 0 0.42 0.56 0.32 14.85 0.39 0.49
Hex AE 65 4D 0 2A 38 20 F 27 31
Octal 256 145 115 0 52 70 40 17 47 61
Binary 10101110 1100101 1001101 0 101010 111000 100000 1111 100111 110001

Color Harmonies of #AE654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE654D

Black with #AE654D

Text Example


Text Example

White with #AE654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE654D; }

 p { color: rgb(174,101,77); }

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

background-color css

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

 a { background-color: rgb(174,101,77); }

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

border-color css

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

 span { border-color: rgb(174,101,77); }

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