Html Css Color HEX #AFC8AA Rainee

📋 copy color: '#AFC8AA'

red 175 ◦ green 200 ◦ blue 170

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

Shades of Rainee #AFC8AA

Tints of Rainee #AFC8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.7%

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

R = 32.11%
G = 36.7%
B = 31.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#AFC8AA (or 0xAFC8AA) is known color: Rainee. HEX triplet: AF, C8 and AA. RGB value is (175,200,170). Sum of RGB (Red+Green+Blue) = 175+200+170=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8AA is #503755. Grayscale: #BDBDBD. Windows color (decimal): -5257046 or 11192495. OLE color: 11192495.

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

Color convert

RGB 175 200 170 -
CMYK 0.12 0 0.15 0.22
HSL 110º 0.21% 0.73% -
HSV(B) 110º 0.15% 0.78% -
XYZ 45.59 53.32 45.92 -
YUV 189.11 117.22 117.94 -
System Red Green Blue C M Y K H S L
Decimal 175 200 170 0.12 0 0.15 0.22 110 0.21 0.73
Hex AF C8 AA C 0 F 16 6E 15 49
Octal 257 310 252 14 0 17 26 156 25 111
Binary 10101111 11001000 10101010 1100 0 1111 10110 1101110 10101 1001001

Color Harmonies of #AFC8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8AA

Black with #AFC8AA

Text Example


Text Example

White with #AFC8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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