Html Css Color HEX #AFC5AA Rainee

📋 copy color: '#AFC5AA'

red 175 ◦ green 197 ◦ blue 170

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

Shades of Rainee #AFC5AA

Tints of Rainee #AFC5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.35%

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

R = 32.29%
G = 36.35%
B = 31.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#AFC5AA (or 0xAFC5AA) is known color: Rainee. HEX triplet: AF, C5 and AA. RGB value is (175,197,170). Sum of RGB (Red+Green+Blue) = 175+197+170=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5AA is #503A55. Grayscale: #BBBBBB. Windows color (decimal): -5257814 or 11191727. OLE color: 11191727.

HSL color Cylindrical-coordinate representation of color #AFC5AA: hue angle of 108.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC5AA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 170 -
CMYK 0.11 0 0.14 0.23
HSL 108.89º 0.19% 0.72% -
HSV(B) 108.89º 0.14% 0.77% -
XYZ 44.9 51.95 45.69 -
YUV 187.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 175 197 170 0.11 0 0.14 0.23 108.89 0.19 0.72
Hex AF C5 AA B 0 E 17 6D 13 48
Octal 257 305 252 13 0 16 27 155 23 110
Binary 10101111 11000101 10101010 1011 0 1110 10111 1101101 10011 1001000

Color Harmonies of #AFC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5AA

Black with #AFC5AA

Text Example


Text Example

White with #AFC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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