Html Css Color HEX #A99D9E Careys Pink

📋 copy color: '#A99D9E'

red 169 ◦ green 157 ◦ blue 158

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

Shades of Careys Pink #A99D9E

Tints of Careys Pink #A99D9E

RGB

 RED value IS 169 (66.41% from 255) = 34.92%

 GREEN value IS 157 (61.72% from 255) = 32.44%

 BLUE value IS 158 (62.11% from 255) = 32.64%

R = 34.92%
G = 32.44%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A99D9E (or 0xA99D9E) is known color: Careys Pink. HEX triplet: A9, 9D and 9E. RGB value is (169,157,158). Sum of RGB (Red+Green+Blue) = 169+157+158=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99D9E is #566261. Grayscale: #A0A0A0. Windows color (decimal): -5661282 or 10395049. OLE color: 10395049.

HSL color Cylindrical-coordinate representation of color #A99D9E: hue angle of 355º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A99D9E is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 157 158 -
CMYK 0 0.07 0.07 0.34
HSL 355º 0.07% 0.64% -
HSV(B) 355º 0.07% 0.66% -
XYZ 34.59 35.02 37.28 -
YUV 160.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 169 157 158 0 0.07 0.07 0.34 355 0.07 0.64
Hex A9 9D 9E 0 7 7 22 163 7 40
Octal 251 235 236 0 7 7 42 543 7 100
Binary 10101001 10011101 10011110 0 111 111 100010 101100011 111 1000000

Color Harmonies of #A99D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99D9E

Black with #A99D9E

Text Example


Text Example

White with #A99D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99D9E; }

 p { color: rgb(169,157,158); }

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

background-color css

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

 a { background-color: rgb(169,157,158); }

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

border-color css

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

 span { border-color: rgb(169,157,158); }

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