Html Css Color HEX #AFC9AA Rainee

📋 copy color: '#AFC9AA'

red 175 ◦ green 201 ◦ blue 170

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

Shades of Rainee #AFC9AA

Tints of Rainee #AFC9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 32.05%
G = 36.81%
B = 31.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#AFC9AA (or 0xAFC9AA) is known color: Rainee. HEX triplet: AF, C9 and AA. RGB value is (175,201,170). Sum of RGB (Red+Green+Blue) = 175+201+170=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC9AA is #503655. Grayscale: #BDBDBD. Windows color (decimal): -5256790 or 11192751. OLE color: 11192751.

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

Color convert

RGB 175 201 170 -
CMYK 0.13 0 0.15 0.21
HSL 110.32º 0.22% 0.73% -
HSV(B) 110.32º 0.15% 0.79% -
XYZ 45.82 53.79 46 -
YUV 189.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 175 201 170 0.13 0 0.15 0.21 110.32 0.22 0.73
Hex AF C9 AA D 0 F 15 6E 16 49
Octal 257 311 252 15 0 17 25 156 26 111
Binary 10101111 11001001 10101010 1101 0 1111 10101 1101110 10110 1001001

Color Harmonies of #AFC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9AA

Black with #AFC9AA

Text Example


Text Example

White with #AFC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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