Html Css Color HEX #AE947D Sandrift

📋 copy color: '#AE947D'

red 174 ◦ green 148 ◦ blue 125

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

Shades of Sandrift #AE947D

Tints of Sandrift #AE947D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 38.93%
G = 33.11%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE947D (or 0xAE947D) is known color: Sandrift. HEX triplet: AE, 94 and 7D. RGB value is (174,148,125). Sum of RGB (Red+Green+Blue) = 174+148+125=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE947D is #516B82. Grayscale: #999999. Windows color (decimal): -5335939 or 8230062. OLE color: 8230062.

HSL color Cylindrical-coordinate representation of color #AE947D: hue angle of 28.16º 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 #AE947D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 125 -
CMYK 0 0.15 0.28 0.32
HSL 28.16º 0.23% 0.59% -
HSV(B) 28.16º 0.28% 0.68% -
XYZ 31.75 31.66 23.84 -
YUV 153.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 174 148 125 0 0.15 0.28 0.32 28.16 0.23 0.59
Hex AE 94 7D 0 F 1C 20 1C 17 3B
Octal 256 224 175 0 17 34 40 34 27 73
Binary 10101110 10010100 1111101 0 1111 11100 100000 11100 10111 111011

Color Harmonies of #AE947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE947D

Black with #AE947D

Text Example


Text Example

White with #AE947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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