Html Css Color HEX #AE7256 Sante Fe

📋 copy color: '#AE7256'

red 174 ◦ green 114 ◦ blue 86

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

Shades of Sante Fe #AE7256

Tints of Sante Fe #AE7256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 46.52%
G = 30.48%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE7256 (or 0xAE7256) is known color: Sante Fe. HEX triplet: AE, 72 and 56. RGB value is (174,114,86). Sum of RGB (Red+Green+Blue) = 174+114+86=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7256 is #518DA9. Grayscale: #808080. Windows color (decimal): -5344682 or 5665454. OLE color: 5665454.

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

Color convert

RGB 174 114 86 -
CMYK 0 0.34 0.51 0.32
HSL 19.09º 0.35% 0.51% -
HSV(B) 19.09º 0.51% 0.68% -
XYZ 25.15 21.71 11.67 -
YUV 128.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 174 114 86 0 0.34 0.51 0.32 19.09 0.35 0.51
Hex AE 72 56 0 22 33 20 13 23 33
Octal 256 162 126 0 42 63 40 23 43 63
Binary 10101110 1110010 1010110 0 100010 110011 100000 10011 100011 110011

Color Harmonies of #AE7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7256

Black with #AE7256

Text Example


Text Example

White with #AE7256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7256; }

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

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

background-color css

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

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

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

border-color css

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

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

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