Html Css Color HEX #AE7053 Sante Fe

📋 copy color: '#AE7053'

red 174 ◦ green 112 ◦ blue 83

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

Shades of Sante Fe #AE7053

Tints of Sante Fe #AE7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.49%

R = 47.15%
G = 30.35%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE7053 (or 0xAE7053) is known color: Sante Fe. HEX triplet: AE, 70 and 53. RGB value is (174,112,83). Sum of RGB (Red+Green+Blue) = 174+112+83=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7053 is #518FAC. Grayscale: #7F7F7F. Windows color (decimal): -5345197 or 5468334. OLE color: 5468334.

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

Color convert

RGB 174 112 83 -
CMYK 0 0.36 0.52 0.32
HSL 19.12º 0.36% 0.5% -
HSV(B) 19.12º 0.52% 0.68% -
XYZ 24.81 21.21 10.97 -
YUV 127.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 174 112 83 0 0.36 0.52 0.32 19.12 0.36 0.5
Hex AE 70 53 0 24 34 20 13 24 32
Octal 256 160 123 0 44 64 40 23 44 62
Binary 10101110 1110000 1010011 0 100100 110100 100000 10011 100100 110010

Color Harmonies of #AE7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7053

Black with #AE7053

Text Example


Text Example

White with #AE7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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