Html Css Color HEX #A9999A Careys Pink

📋 copy color: '#A9999A'

red 169 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #A9999A

Tints of Careys Pink #A9999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.35%

R = 35.5%
G = 32.14%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9999A (or 0xA9999A) is known color: Careys Pink. HEX triplet: A9, 99 and 9A. RGB value is (169,153,154). Sum of RGB (Red+Green+Blue) = 169+153+154=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A9999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9999A is #566665. Grayscale: #9D9D9D. Windows color (decimal): -5662310 or 10131881. OLE color: 10131881.

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

Color convert

RGB 169 153 154 -
CMYK 0 0.09 0.09 0.34
HSL 356.25º 0.09% 0.63% -
HSV(B) 356.25º 0.09% 0.66% -
XYZ 33.59 33.55 35.28 -
YUV 157.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 169 153 154 0 0.09 0.09 0.34 356.25 0.09 0.63
Hex A9 99 9A 0 9 9 22 164 9 3F
Octal 251 231 232 0 11 11 42 544 11 77
Binary 10101001 10011001 10011010 0 1001 1001 100010 101100100 1001 111111

Color Harmonies of #A9999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9999A

Black with #A9999A

Text Example


Text Example

White with #A9999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9999A; }

 p { color: rgb(169,153,154); }

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

background-color css

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

 a { background-color: rgb(169,153,154); }

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

border-color css

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

 span { border-color: rgb(169,153,154); }

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