Html Css Color HEX #AE735B Sante Fe

📋 copy color: '#AE735B'

red 174 ◦ green 115 ◦ blue 91

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

Shades of Sante Fe #AE735B

Tints of Sante Fe #AE735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 45.79%
G = 30.26%
B = 23.95%

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

#AE735B (or 0xAE735B) is known color: Sante Fe. HEX triplet: AE, 73 and 5B. RGB value is (174,115,91). Sum of RGB (Red+Green+Blue) = 174+115+91=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE735B is #518CA4. Grayscale: #828282. Windows color (decimal): -5344421 or 5993390. OLE color: 5993390.

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

Color convert

RGB 174 115 91 -
CMYK 0 0.34 0.48 0.32
HSL 17.35º 0.34% 0.52% -
HSV(B) 17.35º 0.48% 0.68% -
XYZ 25.47 22.02 12.8 -
YUV 129.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 174 115 91 0 0.34 0.48 0.32 17.35 0.34 0.52
Hex AE 73 5B 0 22 30 20 11 22 34
Octal 256 163 133 0 42 60 40 21 42 64
Binary 10101110 1110011 1011011 0 100010 110000 100000 10001 100010 110100

Color Harmonies of #AE735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE735B

Black with #AE735B

Text Example


Text Example

White with #AE735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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