Html Css Color HEX #AE9888 Sandrift

📋 copy color: '#AE9888'

red 174 ◦ green 152 ◦ blue 136

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

Shades of Sandrift #AE9888

Tints of Sandrift #AE9888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.9%

 BLUE value IS 136 (53.52% from 255) = 29.44%

R = 37.66%
G = 32.9%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE9888 (or 0xAE9888) is known color: Sandrift. HEX triplet: AE, 98 and 88. RGB value is (174,152,136). Sum of RGB (Red+Green+Blue) = 174+152+136=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9888 is #516777. Grayscale: #9C9C9C. Windows color (decimal): -5334904 or 8951982. OLE color: 8951982.

HSL color Cylindrical-coordinate representation of color #AE9888: hue angle of 25.26º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AE9888 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 152 136 -
CMYK 0 0.13 0.22 0.32
HSL 25.26º 0.19% 0.61% -
HSV(B) 25.26º 0.22% 0.68% -
XYZ 33.13 33.23 27.96 -
YUV 156.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 174 152 136 0 0.13 0.22 0.32 25.26 0.19 0.61
Hex AE 98 88 0 D 16 20 19 13 3D
Octal 256 230 210 0 15 26 40 31 23 75
Binary 10101110 10011000 10001000 0 1101 10110 100000 11001 10011 111101

Color Harmonies of #AE9888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9888

Black with #AE9888

Text Example


Text Example

White with #AE9888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9888; }

 p { color: rgb(174,152,136); }

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

background-color css

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

 a { background-color: rgb(174,152,136); }

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

border-color css

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

 span { border-color: rgb(174,152,136); }

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