Html Css Color HEX #AFC9A7 Rainee

📋 copy color: '#AFC9A7'

red 175 ◦ green 201 ◦ blue 167

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

Shades of Rainee #AFC9A7

Tints of Rainee #AFC9A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.76%

R = 32.23%
G = 37.02%
B = 30.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#AFC9A7 (or 0xAFC9A7) is known color: Rainee. HEX triplet: AF, C9 and A7. RGB value is (175,201,167). Sum of RGB (Red+Green+Blue) = 175+201+167=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9A7 is #503658. Grayscale: #BDBDBD. Windows color (decimal): -5256793 or 10996143. OLE color: 10996143.

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

Color convert

RGB 175 201 167 -
CMYK 0.13 0 0.17 0.21
HSL 105.88º 0.24% 0.72% -
HSV(B) 105.88º 0.17% 0.79% -
XYZ 45.54 53.68 44.52 -
YUV 189.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 175 201 167 0.13 0 0.17 0.21 105.88 0.24 0.72
Hex AF C9 A7 D 0 11 15 6A 18 48
Octal 257 311 247 15 0 21 25 152 30 110
Binary 10101111 11001001 10100111 1101 0 10001 10101 1101010 11000 1001000

Color Harmonies of #AFC9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9A7

Black with #AFC9A7

Text Example


Text Example

White with #AFC9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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