Html Css Color HEX #AF9FA2 Careys Pink

📋 copy color: '#AF9FA2'

red 175 ◦ green 159 ◦ blue 162

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

Shades of Careys Pink #AF9FA2

Tints of Careys Pink #AF9FA2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.06%

 BLUE value IS 162 (63.67% from 255) = 32.66%

R = 35.28%
G = 32.06%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF9FA2 (or 0xAF9FA2) is known color: Careys Pink. HEX triplet: AF, 9F and A2. RGB value is (175,159,162). Sum of RGB (Red+Green+Blue) = 175+159+162=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FA2 is #50605D. Grayscale: #A4A4A4. Windows color (decimal): -5267550 or 10657711. OLE color: 10657711.

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

Color convert

RGB 175 159 162 -
CMYK 0 0.09 0.07 0.31
HSL 348.75º 0.09% 0.65% -
HSV(B) 348.75º 0.09% 0.69% -
XYZ 36.6 36.52 39.3 -
YUV 164.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 175 159 162 0 0.09 0.07 0.31 348.75 0.09 0.65
Hex AF 9F A2 0 9 7 1F 15D 9 41
Octal 257 237 242 0 11 7 37 535 11 101
Binary 10101111 10011111 10100010 0 1001 111 11111 101011101 1001 1000001

Color Harmonies of #AF9FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FA2

Black with #AF9FA2

Text Example


Text Example

White with #AF9FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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