Html Css Color HEX #AE9988 Sandrift

📋 copy color: '#AE9988'

red 174 ◦ green 153 ◦ blue 136

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

Shades of Sandrift #AE9988

Tints of Sandrift #AE9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.05%

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

R = 37.58%
G = 33.05%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE9988 (or 0xAE9988) is known color: Sandrift. HEX triplet: AE, 99 and 88. RGB value is (174,153,136). Sum of RGB (Red+Green+Blue) = 174+153+136=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9988 is #516677. Grayscale: #9D9D9D. Windows color (decimal): -5334648 or 8952238. OLE color: 8952238.

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

Color convert

RGB 174 153 136 -
CMYK 0 0.12 0.22 0.32
HSL 26.84º 0.19% 0.61% -
HSV(B) 26.84º 0.22% 0.68% -
XYZ 33.29 33.56 28.02 -
YUV 157.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 174 153 136 0 0.12 0.22 0.32 26.84 0.19 0.61
Hex AE 99 88 0 C 16 20 1B 13 3D
Octal 256 231 210 0 14 26 40 33 23 75
Binary 10101110 10011001 10001000 0 1100 10110 100000 11011 10011 111101

Color Harmonies of #AE9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9988

Black with #AE9988

Text Example


Text Example

White with #AE9988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9988; }

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

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

background-color css

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

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

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

border-color css

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

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

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