Html Css Color HEX #AE957A Sandrift

📋 copy color: '#AE957A'

red 174 ◦ green 149 ◦ blue 122

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

Shades of Sandrift #AE957A

Tints of Sandrift #AE957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 39.1%
G = 33.48%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE957A (or 0xAE957A) is known color: Sandrift. HEX triplet: AE, 95 and 7A. RGB value is (174,149,122). Sum of RGB (Red+Green+Blue) = 174+149+122=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE957A is #516A85. Grayscale: #999999. Windows color (decimal): -5335686 or 8033710. OLE color: 8033710.

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

Color convert

RGB 174 149 122 -
CMYK 0 0.14 0.30 0.32
HSL 31.15º 0.24% 0.58% -
HSV(B) 31.15º 0.3% 0.68% -
XYZ 31.72 31.9 22.9 -
YUV 153.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 174 149 122 0 0.14 0.30 0.32 31.15 0.24 0.58
Hex AE 95 7A 0 E 1E 20 1F 18 3A
Octal 256 225 172 0 16 36 40 37 30 72
Binary 10101110 10010101 1111010 0 1110 11110 100000 11111 11000 111010

Color Harmonies of #AE957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE957A

Black with #AE957A

Text Example


Text Example

White with #AE957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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