Html Css Color HEX #AF989A Careys Pink

📋 copy color: '#AF989A'

red 175 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #AF989A

Tints of Careys Pink #AF989A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.6%

 BLUE value IS 154 (60.55% from 255) = 32.02%

R = 36.38%
G = 31.6%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF989A (or 0xAF989A) is known color: Careys Pink. HEX triplet: AF, 98 and 9A. RGB value is (175,152,154). Sum of RGB (Red+Green+Blue) = 175+152+154=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF989A is #506765. Grayscale: #9F9F9F. Windows color (decimal): -5269350 or 10131631. OLE color: 10131631.

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

Color convert

RGB 175 152 154 -
CMYK 0 0.13 0.12 0.31
HSL 354.78º 0.13% 0.64% -
HSV(B) 354.78º 0.13% 0.69% -
XYZ 34.74 33.9 35.28 -
YUV 159.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 175 152 154 0 0.13 0.12 0.31 354.78 0.13 0.64
Hex AF 98 9A 0 D C 1F 163 D 40
Octal 257 230 232 0 15 14 37 543 15 100
Binary 10101111 10011000 10011010 0 1101 1100 11111 101100011 1101 1000000

Color Harmonies of #AF989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF989A

Black with #AF989A

Text Example


Text Example

White with #AF989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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