Html Css Color HEX #AE957B Sandrift

📋 copy color: '#AE957B'

red 174 ◦ green 149 ◦ blue 123

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

Shades of Sandrift #AE957B

Tints of Sandrift #AE957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 39.01%
G = 33.41%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE957B (or 0xAE957B) is known color: Sandrift. HEX triplet: AE, 95 and 7B. RGB value is (174,149,123). Sum of RGB (Red+Green+Blue) = 174+149+123=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE957B is #516A84. Grayscale: #999999. Windows color (decimal): -5335685 or 8099246. OLE color: 8099246.

HSL color Cylindrical-coordinate representation of color #AE957B: hue angle of 30.59º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE957B is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 149 123 -
CMYK 0 0.14 0.29 0.32
HSL 30.59º 0.24% 0.58% -
HSV(B) 30.59º 0.29% 0.68% -
XYZ 31.78 31.92 23.23 -
YUV 153.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 174 149 123 0 0.14 0.29 0.32 30.59 0.24 0.58
Hex AE 95 7B 0 E 1D 20 1F 18 3A
Octal 256 225 173 0 16 35 40 37 30 72
Binary 10101110 10010101 1111011 0 1110 11101 100000 11111 11000 111010

Color Harmonies of #AE957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE957B

Black with #AE957B

Text Example


Text Example

White with #AE957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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