Html Css Color HEX #AE705A Sante Fe

📋 copy color: '#AE705A'

red 174 ◦ green 112 ◦ blue 90

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

Shades of Sante Fe #AE705A

Tints of Sante Fe #AE705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 46.28%
G = 29.79%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE705A (or 0xAE705A) is known color: Sante Fe. HEX triplet: AE, 70 and 5A. RGB value is (174,112,90). Sum of RGB (Red+Green+Blue) = 174+112+90=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE705A is #518FA5. Grayscale: #808080. Windows color (decimal): -5345190 or 5927086. OLE color: 5927086.

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

Color convert

RGB 174 112 90 -
CMYK 0 0.36 0.48 0.32
HSL 15.71º 0.34% 0.52% -
HSV(B) 15.71º 0.48% 0.68% -
XYZ 25.1 21.33 12.47 -
YUV 128.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 174 112 90 0 0.36 0.48 0.32 15.71 0.34 0.52
Hex AE 70 5A 0 24 30 20 10 22 34
Octal 256 160 132 0 44 60 40 20 42 64
Binary 10101110 1110000 1011010 0 100100 110000 100000 10000 100010 110100

Color Harmonies of #AE705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE705A

Black with #AE705A

Text Example


Text Example

White with #AE705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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