Html Css Color HEX #AFC2AD Rainee

📋 copy color: '#AFC2AD'

red 175 ◦ green 194 ◦ blue 173

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

Shades of Rainee #AFC2AD

Tints of Rainee #AFC2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

 BLUE value IS 173 (67.97% from 255) = 31.92%

R = 32.29%
G = 35.79%
B = 31.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#AFC2AD (or 0xAFC2AD) is known color: Rainee. HEX triplet: AF, C2 and AD. RGB value is (175,194,173). Sum of RGB (Red+Green+Blue) = 175+194+173=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2AD is #503D52. Grayscale: #B9B9B9. Windows color (decimal): -5258579 or 11387567. OLE color: 11387567.

HSL color Cylindrical-coordinate representation of color #AFC2AD: hue angle of 114.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC2AD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 173 -
CMYK 0.10 0 0.11 0.24
HSL 114.29º 0.15% 0.72% -
HSV(B) 114.29º 0.11% 0.76% -
XYZ 44.51 50.71 46.98 -
YUV 185.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 175 194 173 0.10 0 0.11 0.24 114.29 0.15 0.72
Hex AF C2 AD A 0 B 18 72 F 48
Octal 257 302 255 12 0 13 30 162 17 110
Binary 10101111 11000010 10101101 1010 0 1011 11000 1110010 1111 1001000

Color Harmonies of #AFC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2AD

Black with #AFC2AD

Text Example


Text Example

White with #AFC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2AD; }

 p { color: rgb(175,194,173); }

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

background-color css

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

 a { background-color: rgb(175,194,173); }

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

border-color css

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

 span { border-color: rgb(175,194,173); }

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