Html Css Color HEX #AE7551 Sante Fe

📋 copy color: '#AE7551'

red 174 ◦ green 117 ◦ blue 81

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

Shades of Sante Fe #AE7551

Tints of Sante Fe #AE7551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.45%

 BLUE value IS 81 (32.03% from 255) = 21.77%

R = 46.77%
G = 31.45%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE7551 (or 0xAE7551) is known color: Sante Fe. HEX triplet: AE, 75 and 51. RGB value is (174,117,81). Sum of RGB (Red+Green+Blue) = 174+117+81=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7551 is #518AAE. Grayscale: #828282. Windows color (decimal): -5343919 or 5338542. OLE color: 5338542.

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

Color convert

RGB 174 117 81 -
CMYK 0 0.33 0.53 0.32
HSL 23.23º 0.36% 0.5% -
HSV(B) 23.23º 0.53% 0.68% -
XYZ 25.3 22.32 10.76 -
YUV 129.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 174 117 81 0 0.33 0.53 0.32 23.23 0.36 0.5
Hex AE 75 51 0 21 35 20 17 24 32
Octal 256 165 121 0 41 65 40 27 44 62
Binary 10101110 1110101 1010001 0 100001 110101 100000 10111 100100 110010

Color Harmonies of #AE7551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7551

Black with #AE7551

Text Example


Text Example

White with #AE7551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7551; }

 p { color: rgb(174,117,81); }

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

background-color css

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

 a { background-color: rgb(174,117,81); }

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

border-color css

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

 span { border-color: rgb(174,117,81); }

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