Html Css Color HEX #AE715A Sante Fe

📋 copy color: '#AE715A'

red 174 ◦ green 113 ◦ blue 90

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

Shades of Sante Fe #AE715A

Tints of Sante Fe #AE715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 46.15%
G = 29.97%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE715A (or 0xAE715A) is known color: Sante Fe. HEX triplet: AE, 71 and 5A. RGB value is (174,113,90). Sum of RGB (Red+Green+Blue) = 174+113+90=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE715A is #518EA5. Grayscale: #808080. Windows color (decimal): -5344934 or 5927342. OLE color: 5927342.

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

Color convert

RGB 174 113 90 -
CMYK 0 0.35 0.48 0.32
HSL 16.43º 0.34% 0.52% -
HSV(B) 16.43º 0.48% 0.68% -
XYZ 25.21 21.55 12.5 -
YUV 128.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 174 113 90 0 0.35 0.48 0.32 16.43 0.34 0.52
Hex AE 71 5A 0 23 30 20 10 22 34
Octal 256 161 132 0 43 60 40 20 42 64
Binary 10101110 1110001 1011010 0 100011 110000 100000 10000 100010 110100

Color Harmonies of #AE715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE715A

Black with #AE715A

Text Example


Text Example

White with #AE715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE715A; }

 p { color: rgb(174,113,90); }

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

background-color css

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

 a { background-color: rgb(174,113,90); }

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

border-color css

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

 span { border-color: rgb(174,113,90); }

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