Html Css Color HEX #AE654B Sante Fe

📋 copy color: '#AE654B'

red 174 ◦ green 101 ◦ blue 75

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

Shades of Sante Fe #AE654B

Tints of Sante Fe #AE654B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 49.71%
G = 28.86%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE654B (or 0xAE654B) is known color: Sante Fe. HEX triplet: AE, 65 and 4B. RGB value is (174,101,75). Sum of RGB (Red+Green+Blue) = 174+101+75=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE654B is #519AB4. Grayscale: #787878. Windows color (decimal): -5348021 or 4941230. OLE color: 4941230.

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

Color convert

RGB 174 101 75 -
CMYK 0 0.42 0.57 0.32
HSL 15.76º 0.4% 0.49% -
HSV(B) 15.76º 0.57% 0.68% -
XYZ 23.38 18.81 9.06 -
YUV 119.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 174 101 75 0 0.42 0.57 0.32 15.76 0.4 0.49
Hex AE 65 4B 0 2A 39 20 10 28 31
Octal 256 145 113 0 52 71 40 20 50 61
Binary 10101110 1100101 1001011 0 101010 111001 100000 10000 101000 110001

Color Harmonies of #AE654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE654B

Black with #AE654B

Text Example


Text Example

White with #AE654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE654B; }

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

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

background-color css

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

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

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

border-color css

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

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

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