Html Css Color HEX #AF9D9E Careys Pink

📋 copy color: '#AF9D9E'

red 175 ◦ green 157 ◦ blue 158

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

Shades of Careys Pink #AF9D9E

Tints of Careys Pink #AF9D9E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 35.71%
G = 32.04%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF9D9E (or 0xAF9D9E) is known color: Careys Pink. HEX triplet: AF, 9D and 9E. RGB value is (175,157,158). Sum of RGB (Red+Green+Blue) = 175+157+158=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D9E is #506261. Grayscale: #A2A2A2. Windows color (decimal): -5268066 or 10395055. OLE color: 10395055.

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

Color convert

RGB 175 157 158 -
CMYK 0 0.10 0.10 0.31
HSL 356.67º 0.1% 0.65% -
HSV(B) 356.67º 0.1% 0.69% -
XYZ 35.91 35.7 37.35 -
YUV 162.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 175 157 158 0 0.10 0.10 0.31 356.67 0.1 0.65
Hex AF 9D 9E 0 A A 1F 165 A 41
Octal 257 235 236 0 12 12 37 545 12 101
Binary 10101111 10011101 10011110 0 1010 1010 11111 101100101 1010 1000001

Color Harmonies of #AF9D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D9E

Black with #AF9D9E

Text Example


Text Example

White with #AF9D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D9E; }

 p { color: rgb(175,157,158); }

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

background-color css

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

 a { background-color: rgb(175,157,158); }

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

border-color css

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

 span { border-color: rgb(175,157,158); }

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