Html Css Color HEX #AE999B Careys Pink

📋 copy color: '#AE999B'

red 174 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #AE999B

Tints of Careys Pink #AE999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 36.1%
G = 31.74%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE999B (or 0xAE999B) is known color: Careys Pink. HEX triplet: AE, 99 and 9B. RGB value is (174,153,155). Sum of RGB (Red+Green+Blue) = 174+153+155=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE999B is #516664. Grayscale: #9F9F9F. Windows color (decimal): -5334629 or 10197422. OLE color: 10197422.

HSL color Cylindrical-coordinate representation of color #AE999B: hue angle of 354.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AE999B is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 155 -
CMYK 0 0.12 0.11 0.32
HSL 354.29º 0.11% 0.64% -
HSV(B) 354.29º 0.12% 0.68% -
XYZ 34.76 34.15 35.77 -
YUV 159.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 174 153 155 0 0.12 0.11 0.32 354.29 0.11 0.64
Hex AE 99 9B 0 C B 20 162 B 40
Octal 256 231 233 0 14 13 40 542 13 100
Binary 10101110 10011001 10011011 0 1100 1011 100000 101100010 1011 1000000

Color Harmonies of #AE999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE999B

Black with #AE999B

Text Example


Text Example

White with #AE999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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