Html Css Color HEX #AF9D9F Careys Pink

📋 copy color: '#AF9D9F'

red 175 ◦ green 157 ◦ blue 159

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

Shades of Careys Pink #AF9D9F

Tints of Careys Pink #AF9D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.38%

R = 35.64%
G = 31.98%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF9D9F (or 0xAF9D9F) is known color: Careys Pink. HEX triplet: AF, 9D and 9F. RGB value is (175,157,159). Sum of RGB (Red+Green+Blue) = 175+157+159=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D9F is #506260. Grayscale: #A2A2A2. Windows color (decimal): -5268065 or 10460591. OLE color: 10460591.

HSL color Cylindrical-coordinate representation of color #AF9D9F: hue angle of 353.33º 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 #AF9D9F is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 157 159 -
CMYK 0 0.10 0.09 0.31
HSL 353.33º 0.1% 0.65% -
HSV(B) 353.33º 0.1% 0.69% -
XYZ 35.99 35.73 37.8 -
YUV 162.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 175 157 159 0 0.10 0.09 0.31 353.33 0.1 0.65
Hex AF 9D 9F 0 A 9 1F 161 A 41
Octal 257 235 237 0 12 11 37 541 12 101
Binary 10101111 10011101 10011111 0 1010 1001 11111 101100001 1010 1000001

Color Harmonies of #AF9D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D9F

Black with #AF9D9F

Text Example


Text Example

White with #AF9D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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