Html Css Color HEX #A89B9C Careys Pink

📋 copy color: '#A89B9C'

red 168 ◦ green 155 ◦ blue 156

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

Shades of Careys Pink #A89B9C

Tints of Careys Pink #A89B9C

RGB

 RED value IS 168 (66.02% from 255) = 35.07%

 GREEN value IS 155 (60.94% from 255) = 32.36%

 BLUE value IS 156 (61.33% from 255) = 32.57%

R = 35.07%
G = 32.36%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A89B9C (or 0xA89B9C) is known color: Careys Pink. HEX triplet: A8, 9B and 9C. RGB value is (168,155,156). Sum of RGB (Red+Green+Blue) = 168+155+156=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89B9C is #576463. Grayscale: #9F9F9F. Windows color (decimal): -5727332 or 10263464. OLE color: 10263464.

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

Color convert

RGB 168 155 156 -
CMYK 0 0.08 0.07 0.34
HSL 355.38º 0.07% 0.63% -
HSV(B) 355.38º 0.08% 0.66% -
XYZ 33.87 34.17 36.26 -
YUV 159 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 168 155 156 0 0.08 0.07 0.34 355.38 0.07 0.63
Hex A8 9B 9C 0 8 7 22 163 7 3F
Octal 250 233 234 0 10 7 42 543 7 77
Binary 10101000 10011011 10011100 0 1000 111 100010 101100011 111 111111

Color Harmonies of #A89B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89B9C

Black with #A89B9C

Text Example


Text Example

White with #A89B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89B9C; }

 p { color: rgb(168,155,156); }

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

background-color css

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

 a { background-color: rgb(168,155,156); }

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

border-color css

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

 span { border-color: rgb(168,155,156); }

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