Html Css Color HEX #AFC0AD Rainee

📋 copy color: '#AFC0AD'

red 175 ◦ green 192 ◦ blue 173

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

Shades of Rainee #AFC0AD

Tints of Rainee #AFC0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.56%

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

R = 32.41%
G = 35.56%
B = 32.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#AFC0AD (or 0xAFC0AD) is known color: Rainee. HEX triplet: AF, C0 and AD. RGB value is (175,192,173). Sum of RGB (Red+Green+Blue) = 175+192+173=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0AD is #503F52. Grayscale: #B8B8B8. Windows color (decimal): -5259091 or 11387055. OLE color: 11387055.

HSL color Cylindrical-coordinate representation of color #AFC0AD: hue angle of 113.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC0AD is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 173 -
CMYK 0.09 0 0.10 0.25
HSL 113.68º 0.13% 0.72% -
HSV(B) 113.68º 0.1% 0.75% -
XYZ 44.07 49.83 46.83 -
YUV 184.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 175 192 173 0.09 0 0.10 0.25 113.68 0.13 0.72
Hex AF C0 AD 9 0 A 19 72 D 48
Octal 257 300 255 11 0 12 31 162 15 110
Binary 10101111 11000000 10101101 1001 0 1010 11001 1110010 1101 1001000

Color Harmonies of #AFC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0AD

Black with #AFC0AD

Text Example


Text Example

White with #AFC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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