Html Css Color HEX #AE937D Sandrift

📋 copy color: '#AE937D'

red 174 ◦ green 147 ◦ blue 125

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

Shades of Sandrift #AE937D

Tints of Sandrift #AE937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.96%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 39.01%
G = 32.96%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE937D (or 0xAE937D) is known color: Sandrift. HEX triplet: AE, 93 and 7D. RGB value is (174,147,125). Sum of RGB (Red+Green+Blue) = 174+147+125=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE937D is #516C82. Grayscale: #989898. Windows color (decimal): -5336195 or 8229806. OLE color: 8229806.

HSL color Cylindrical-coordinate representation of color #AE937D: hue angle of 26.94º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AE937D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 147 125 -
CMYK 0 0.16 0.28 0.32
HSL 26.94º 0.23% 0.59% -
HSV(B) 26.94º 0.28% 0.68% -
XYZ 31.59 31.35 23.79 -
YUV 152.57 112.45 143.29 -
System Red Green Blue C M Y K H S L
Decimal 174 147 125 0 0.16 0.28 0.32 26.94 0.23 0.59
Hex AE 93 7D 0 10 1C 20 1B 17 3B
Octal 256 223 175 0 20 34 40 33 27 73
Binary 10101110 10010011 1111101 0 10000 11100 100000 11011 10111 111011

Color Harmonies of #AE937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE937D

Black with #AE937D

Text Example


Text Example

White with #AE937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE937D; }

 p { color: rgb(174,147,125); }

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

background-color css

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

 a { background-color: rgb(174,147,125); }

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

border-color css

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

 span { border-color: rgb(174,147,125); }

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