Html Css Color HEX #AF9698 Careys Pink

📋 copy color: '#AF9698'

red 175 ◦ green 150 ◦ blue 152

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

Shades of Careys Pink #AF9698

Tints of Careys Pink #AF9698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.45%

 BLUE value IS 152 (59.77% from 255) = 31.87%

R = 36.69%
G = 31.45%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF9698 (or 0xAF9698) is known color: Careys Pink. HEX triplet: AF, 96 and 98. RGB value is (175,150,152). Sum of RGB (Red+Green+Blue) = 175+150+152=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9698 is #506967. Grayscale: #9D9D9D. Windows color (decimal): -5269864 or 10000047. OLE color: 10000047.

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

Color convert

RGB 175 150 152 -
CMYK 0 0.14 0.13 0.31
HSL 355.2º 0.14% 0.64% -
HSV(B) 355.2º 0.14% 0.69% -
XYZ 34.25 33.19 34.31 -
YUV 157.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 175 150 152 0 0.14 0.13 0.31 355.2 0.14 0.64
Hex AF 96 98 0 E D 1F 163 E 40
Octal 257 226 230 0 16 15 37 543 16 100
Binary 10101111 10010110 10011000 0 1110 1101 11111 101100011 1110 1000000

Color Harmonies of #AF9698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9698

Black with #AF9698

Text Example


Text Example

White with #AF9698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9698; }

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

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

background-color css

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

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

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

border-color css

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

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

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