#A79A9B

Color #A79A9B Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #A79A9B

Tints of Careys Pink #A79A9B

Color information

#A79A9B (or 0xA79A9B) is unknown color: approx Careys Pink. HEX triplet: A7, 9A and 9B. RGB value is (167,154,155). Sum of RGB (Red+Green+Blue) = 167+154+155=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A9B is #586564. Grayscale: #9E9E9E. Windows color (decimal): -5793125 or 10197671. OLE color: 10197671.

HSL color Cylindrical-coordinate representation of color #A79A9B: 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 #A79A9B is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB167154155-
CMYK00.080.070.35
HSL355.38º6.88%62.94%-
HSV(B)355.38º7.78%65.49%-
XYZ33.4133.6935.75-
YUV158126.31134.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.08%
GREEN value IS 154 (60.55% from 255) = 32.35%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=35.08%
G=32.35%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715415500.080.070.35355.386.8862.94
HexA79A9B0872316373f
Octal247232233010743543777
Binary10100111100110101001101101000111100011101100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A9B; }

 p { color: rgb(167,154,155); }

 H1.HeaderClassName
 {
   color: #A79A9B;
 }
 .AnyTagClassName
 {
   color: #A79A9B;
 }
</style>
background-color css

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

 a { background-color: rgb(167,154,155); }

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

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

 span { border-color: rgb(167,154,155); }

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