Html Css Color HEX #AE735A Sante Fe

📋 copy color: '#AE735A'

red 174 ◦ green 115 ◦ blue 90

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

Shades of Sante Fe #AE735A

Tints of Sante Fe #AE735A

RGB

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

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

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

R = 45.91%
G = 30.34%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE735A (or 0xAE735A) is known color: Sante Fe. HEX triplet: AE, 73 and 5A. RGB value is (174,115,90). Sum of RGB (Red+Green+Blue) = 174+115+90=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE735A is #518CA5. Grayscale: #818181. Windows color (decimal): -5344422 or 5927854. OLE color: 5927854.

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

Color convert

RGB 174 115 90 -
CMYK 0 0.34 0.48 0.32
HSL 17.86º 0.34% 0.52% -
HSV(B) 17.86º 0.48% 0.68% -
XYZ 25.43 22 12.58 -
YUV 129.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 174 115 90 0 0.34 0.48 0.32 17.86 0.34 0.52
Hex AE 73 5A 0 22 30 20 12 22 34
Octal 256 163 132 0 42 60 40 22 42 64
Binary 10101110 1110011 1011010 0 100010 110000 100000 10010 100010 110100

Color Harmonies of #AE735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE735A

Black with #AE735A

Text Example


Text Example

White with #AE735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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