Html Css Color HEX #AF9798 Careys Pink

📋 copy color: '#AF9798'

red 175 ◦ green 151 ◦ blue 152

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

Shades of Careys Pink #AF9798

Tints of Careys Pink #AF9798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

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

R = 36.61%
G = 31.59%
B = 31.8%

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

#AF9798 (or 0xAF9798) is known color: Careys Pink. HEX triplet: AF, 97 and 98. RGB value is (175,151,152). Sum of RGB (Red+Green+Blue) = 175+151+152=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9798 is #506867. Grayscale: #9E9E9E. Windows color (decimal): -5269608 or 10000303. OLE color: 10000303.

HSL color Cylindrical-coordinate representation of color #AF9798: hue angle of 357.5º degrees, saturation: 0.13, 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 #AF9798 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 151 152 -
CMYK 0 0.14 0.13 0.31
HSL 357.5º 0.13% 0.64% -
HSV(B) 357.5º 0.14% 0.69% -
XYZ 34.41 33.51 34.36 -
YUV 158.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 175 151 152 0 0.14 0.13 0.31 357.5 0.13 0.64
Hex AF 97 98 0 E D 1F 166 D 40
Octal 257 227 230 0 16 15 37 546 15 100
Binary 10101111 10010111 10011000 0 1110 1101 11111 101100110 1101 1000000

Color Harmonies of #AF9798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9798

Black with #AF9798

Text Example


Text Example

White with #AF9798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9798; }

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

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

background-color css

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

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

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

border-color css

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

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

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