Html Css Color HEX #AFC9A8 Rainee

📋 copy color: '#AFC9A8'

red 175 ◦ green 201 ◦ blue 168

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

Shades of Rainee #AFC9A8

Tints of Rainee #AFC9A8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

 BLUE value IS 168 (66.02% from 255) = 30.88%

R = 32.17%
G = 36.95%
B = 30.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#AFC9A8 (or 0xAFC9A8) is known color: Rainee. HEX triplet: AF, C9 and A8. RGB value is (175,201,168). Sum of RGB (Red+Green+Blue) = 175+201+168=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9A8 is #503657. Grayscale: #BDBDBD. Windows color (decimal): -5256792 or 11061679. OLE color: 11061679.

HSL color Cylindrical-coordinate representation of color #AFC9A8: hue angle of 107.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC9A8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 168 -
CMYK 0.13 0 0.16 0.21
HSL 107.27º 0.23% 0.72% -
HSV(B) 107.27º 0.16% 0.79% -
XYZ 45.63 53.71 45.01 -
YUV 189.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 175 201 168 0.13 0 0.16 0.21 107.27 0.23 0.72
Hex AF C9 A8 D 0 10 15 6B 17 48
Octal 257 311 250 15 0 20 25 153 27 110
Binary 10101111 11001001 10101000 1101 0 10000 10101 1101011 10111 1001000

Color Harmonies of #AFC9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9A8

Black with #AFC9A8

Text Example


Text Example

White with #AFC9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9A8; }

 p { color: rgb(175,201,168); }

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

background-color css

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

 a { background-color: rgb(175,201,168); }

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

border-color css

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

 span { border-color: rgb(175,201,168); }

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