Html Css Color HEX #AFAAAB Careys Pink

📋 copy color: '#AFAAAB'

red 175 ◦ green 170 ◦ blue 171

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

Shades of Careys Pink #AFAAAB

Tints of Careys Pink #AFAAAB

RGB

 RED value IS 175 (68.75% from 255) = 33.91%

 GREEN value IS 170 (66.8% from 255) = 32.95%

 BLUE value IS 171 (67.19% from 255) = 33.14%

R = 33.91%
G = 32.95%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AFAAAB (or 0xAFAAAB) is known color: Careys Pink. HEX triplet: AF, AA and AB. RGB value is (175,170,171). Sum of RGB (Red+Green+Blue) = 175+170+171=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAAB is #505554. Grayscale: #ABABAB. Windows color (decimal): -5264725 or 11250351. OLE color: 11250351.

HSL color Cylindrical-coordinate representation of color #AFAAAB: hue angle of 348º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFAAAB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 170 171 -
CMYK 0 0.03 0.02 0.31
HSL 348º 0.03% 0.68% -
HSV(B) 348º 0.03% 0.69% -
XYZ 39.4 40.8 44.33 -
YUV 171.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 175 170 171 0 0.03 0.02 0.31 348 0.03 0.68
Hex AF AA AB 0 3 2 1F 15C 3 44
Octal 257 252 253 0 3 2 37 534 3 104
Binary 10101111 10101010 10101011 0 11 10 11111 101011100 11 1000100

Color Harmonies of #AFAAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAAB

Black with #AFAAAB

Text Example


Text Example

White with #AFAAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAAB; }

 p { color: rgb(175,170,171); }

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

background-color css

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

 a { background-color: rgb(175,170,171); }

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

border-color css

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

 span { border-color: rgb(175,170,171); }

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