Html Css Color HEX #AF9EA1 Careys Pink

📋 copy color: '#AF9EA1'

red 175 ◦ green 158 ◦ blue 161

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

Shades of Careys Pink #AF9EA1

Tints of Careys Pink #AF9EA1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

 BLUE value IS 161 (63.28% from 255) = 32.59%

R = 35.43%
G = 31.98%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#AF9EA1 (or 0xAF9EA1) is known color: Careys Pink. HEX triplet: AF, 9E and A1. RGB value is (175,158,161). Sum of RGB (Red+Green+Blue) = 175+158+161=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EA1 is #50615E. Grayscale: #A3A3A3. Windows color (decimal): -5267807 or 10591919. OLE color: 10591919.

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

Color convert

RGB 175 158 161 -
CMYK 0 0.10 0.08 0.31
HSL 349.41º 0.1% 0.65% -
HSV(B) 349.41º 0.1% 0.69% -
XYZ 36.34 36.14 38.78 -
YUV 163.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 175 158 161 0 0.10 0.08 0.31 349.41 0.1 0.65
Hex AF 9E A1 0 A 8 1F 15D A 41
Octal 257 236 241 0 12 10 37 535 12 101
Binary 10101111 10011110 10100001 0 1010 1000 11111 101011101 1010 1000001

Color Harmonies of #AF9EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EA1

Black with #AF9EA1

Text Example


Text Example

White with #AF9EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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