Html Css Color HEX #A6999A Careys Pink

📋 copy color: '#A6999A'

red 166 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #A6999A

Tints of Careys Pink #A6999A

RGB

 RED value IS 166 (65.23% from 255) = 35.1%

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

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

R = 35.1%
G = 32.35%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6999A (or 0xA6999A) is known color: Careys Pink. HEX triplet: A6, 99 and 9A. RGB value is (166,153,154). Sum of RGB (Red+Green+Blue) = 166+153+154=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6999A is #596665. Grayscale: #9D9D9D. Windows color (decimal): -5858918 or 10131878. OLE color: 10131878.

HSL color Cylindrical-coordinate representation of color #A6999A: hue angle of 355.38º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6999A is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 154 -
CMYK 0 0.08 0.07 0.35
HSL 355.38º 0.07% 0.63% -
HSV(B) 355.38º 0.08% 0.65% -
XYZ 32.95 33.22 35.25 -
YUV 157 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 166 153 154 0 0.08 0.07 0.35 355.38 0.07 0.63
Hex A6 99 9A 0 8 7 23 163 7 3F
Octal 246 231 232 0 10 7 43 543 7 77
Binary 10100110 10011001 10011010 0 1000 111 100011 101100011 111 111111

Color Harmonies of #A6999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6999A

Black with #A6999A

Text Example


Text Example

White with #A6999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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