Html Css Color HEX #AE7250 Sante Fe

📋 copy color: '#AE7250'

red 174 ◦ green 114 ◦ blue 80

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

Shades of Sante Fe #AE7250

Tints of Sante Fe #AE7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 47.28%
G = 30.98%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE7250 (or 0xAE7250) is known color: Sante Fe. HEX triplet: AE, 72 and 50. RGB value is (174,114,80). Sum of RGB (Red+Green+Blue) = 174+114+80=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7250 is #518DAF. Grayscale: #808080. Windows color (decimal): -5344688 or 5272238. OLE color: 5272238.

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

Color convert

RGB 174 114 80 -
CMYK 0 0.34 0.54 0.32
HSL 21.7º 0.37% 0.5% -
HSV(B) 21.7º 0.54% 0.68% -
XYZ 24.92 21.61 10.45 -
YUV 128.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 174 114 80 0 0.34 0.54 0.32 21.7 0.37 0.5
Hex AE 72 50 0 22 36 20 16 25 32
Octal 256 162 120 0 42 66 40 26 45 62
Binary 10101110 1110010 1010000 0 100010 110110 100000 10110 100101 110010

Color Harmonies of #AE7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7250

Black with #AE7250

Text Example


Text Example

White with #AE7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7250; }

 p { color: rgb(174,114,80); }

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

background-color css

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

 a { background-color: rgb(174,114,80); }

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

border-color css

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

 span { border-color: rgb(174,114,80); }

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