Html Css Color HEX #AE7356 Sante Fe

📋 copy color: '#AE7356'

red 174 ◦ green 115 ◦ blue 86

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

Shades of Sante Fe #AE7356

Tints of Sante Fe #AE7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 46.4%
G = 30.67%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE7356 (or 0xAE7356) is known color: Sante Fe. HEX triplet: AE, 73 and 56. RGB value is (174,115,86). Sum of RGB (Red+Green+Blue) = 174+115+86=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7356 is #518CA9. Grayscale: #818181. Windows color (decimal): -5344426 or 5665710. OLE color: 5665710.

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

Color convert

RGB 174 115 86 -
CMYK 0 0.34 0.51 0.32
HSL 19.77º 0.35% 0.51% -
HSV(B) 19.77º 0.51% 0.68% -
XYZ 25.27 21.93 11.71 -
YUV 129.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 174 115 86 0 0.34 0.51 0.32 19.77 0.35 0.51
Hex AE 73 56 0 22 33 20 14 23 33
Octal 256 163 126 0 42 63 40 24 43 63
Binary 10101110 1110011 1010110 0 100010 110011 100000 10100 100011 110011

Color Harmonies of #AE7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7356

Black with #AE7356

Text Example


Text Example

White with #AE7356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7356; }

 p { color: rgb(174,115,86); }

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

background-color css

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

 a { background-color: rgb(174,115,86); }

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

border-color css

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

 span { border-color: rgb(174,115,86); }

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