Html Css Color HEX #AF9899 Careys Pink

📋 copy color: '#AF9899'

red 175 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #AF9899

Tints of Careys Pink #AF9899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

 BLUE value IS 153 (60.16% from 255) = 31.88%

R = 36.46%
G = 31.67%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF9899 (or 0xAF9899) is known color: Careys Pink. HEX triplet: AF, 98 and 99. RGB value is (175,152,153). Sum of RGB (Red+Green+Blue) = 175+152+153=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9899 is #506766. Grayscale: #9F9F9F. Windows color (decimal): -5269351 or 10066095. OLE color: 10066095.

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

Color convert

RGB 175 152 153 -
CMYK 0 0.13 0.13 0.31
HSL 357.39º 0.13% 0.64% -
HSV(B) 357.39º 0.13% 0.69% -
XYZ 34.66 33.87 34.85 -
YUV 158.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 175 152 153 0 0.13 0.13 0.31 357.39 0.13 0.64
Hex AF 98 99 0 D D 1F 165 D 40
Octal 257 230 231 0 15 15 37 545 15 100
Binary 10101111 10011000 10011001 0 1101 1101 11111 101100101 1101 1000000

Color Harmonies of #AF9899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9899

Black with #AF9899

Text Example


Text Example

White with #AF9899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9899; }

 p { color: rgb(175,152,153); }

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

background-color css

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

 a { background-color: rgb(175,152,153); }

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

border-color css

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

 span { border-color: rgb(175,152,153); }

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