Html Css Color HEX #AFC6AA Rainee

📋 copy color: '#AFC6AA'

red 175 ◦ green 198 ◦ blue 170

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

Shades of Rainee #AFC6AA

Tints of Rainee #AFC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.46%

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

R = 32.23%
G = 36.46%
B = 31.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#AFC6AA (or 0xAFC6AA) is known color: Rainee. HEX triplet: AF, C6 and AA. RGB value is (175,198,170). Sum of RGB (Red+Green+Blue) = 175+198+170=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC6AA is #503955. Grayscale: #BCBCBC. Windows color (decimal): -5257558 or 11191983. OLE color: 11191983.

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

Color convert

RGB 175 198 170 -
CMYK 0.12 0 0.14 0.22
HSL 109.29º 0.2% 0.72% -
HSV(B) 109.29º 0.14% 0.78% -
XYZ 45.13 52.4 45.77 -
YUV 187.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 175 198 170 0.12 0 0.14 0.22 109.29 0.2 0.72
Hex AF C6 AA C 0 E 16 6D 14 48
Octal 257 306 252 14 0 16 26 155 24 110
Binary 10101111 11000110 10101010 1100 0 1110 10110 1101101 10100 1001000

Color Harmonies of #AFC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6AA

Black with #AFC6AA

Text Example


Text Example

White with #AFC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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