Html Css Color HEX #AE957D Sandrift

📋 copy color: '#AE957D'

red 174 ◦ green 149 ◦ blue 125

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

Shades of Sandrift #AE957D

Tints of Sandrift #AE957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.26%

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

R = 38.84%
G = 33.26%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE957D (or 0xAE957D) is known color: Sandrift. HEX triplet: AE, 95 and 7D. RGB value is (174,149,125). Sum of RGB (Red+Green+Blue) = 174+149+125=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE957D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE957D is #516A82. Grayscale: #999999. Windows color (decimal): -5335683 or 8230318. OLE color: 8230318.

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

Color convert

RGB 174 149 125 -
CMYK 0 0.14 0.28 0.32
HSL 29.39º 0.23% 0.59% -
HSV(B) 29.39º 0.28% 0.68% -
XYZ 31.9 31.97 23.89 -
YUV 153.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 174 149 125 0 0.14 0.28 0.32 29.39 0.23 0.59
Hex AE 95 7D 0 E 1C 20 1D 17 3B
Octal 256 225 175 0 16 34 40 35 27 73
Binary 10101110 10010101 1111101 0 1110 11100 100000 11101 10111 111011

Color Harmonies of #AE957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE957D

Black with #AE957D

Text Example


Text Example

White with #AE957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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