Html Css Color HEX #AE7655 Sante Fe

📋 copy color: '#AE7655'

red 174 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #AE7655

Tints of Sante Fe #AE7655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

 BLUE value IS 85 (33.59% from 255) = 22.55%

R = 46.15%
G = 31.3%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE7655 (or 0xAE7655) is known color: Sante Fe. HEX triplet: AE, 76 and 55. RGB value is (174,118,85). Sum of RGB (Red+Green+Blue) = 174+118+85=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7655 is #5189AA. Grayscale: #838383. Windows color (decimal): -5343659 or 5600942. OLE color: 5600942.

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

Color convert

RGB 174 118 85 -
CMYK 0 0.32 0.51 0.32
HSL 22.25º 0.35% 0.51% -
HSV(B) 22.25º 0.51% 0.68% -
XYZ 25.57 22.61 11.61 -
YUV 130.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 174 118 85 0 0.32 0.51 0.32 22.25 0.35 0.51
Hex AE 76 55 0 20 33 20 16 23 33
Octal 256 166 125 0 40 63 40 26 43 63
Binary 10101110 1110110 1010101 0 100000 110011 100000 10110 100011 110011

Color Harmonies of #AE7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7655

Black with #AE7655

Text Example


Text Example

White with #AE7655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7655; }

 p { color: rgb(174,118,85); }

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

background-color css

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

 a { background-color: rgb(174,118,85); }

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

border-color css

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

 span { border-color: rgb(174,118,85); }

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