Html Css Color HEX #AFC0AA Rainee

📋 copy color: '#AFC0AA'

red 175 ◦ green 192 ◦ blue 170

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

Shades of Rainee #AFC0AA

Tints of Rainee #AFC0AA

RGB

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

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

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

R = 32.59%
G = 35.75%
B = 31.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#AFC0AA (or 0xAFC0AA) is known color: Rainee. HEX triplet: AF, C0 and AA. RGB value is (175,192,170). Sum of RGB (Red+Green+Blue) = 175+192+170=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0AA is #503F55. Grayscale: #B8B8B8. Windows color (decimal): -5259094 or 11190447. OLE color: 11190447.

HSL color Cylindrical-coordinate representation of color #AFC0AA: hue angle of 106.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC0AA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 170 -
CMYK 0.09 0 0.11 0.25
HSL 106.36º 0.15% 0.71% -
HSV(B) 106.36º 0.11% 0.75% -
XYZ 43.78 49.72 45.32 -
YUV 184.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 175 192 170 0.09 0 0.11 0.25 106.36 0.15 0.71
Hex AF C0 AA 9 0 B 19 6A F 47
Octal 257 300 252 11 0 13 31 152 17 107
Binary 10101111 11000000 10101010 1001 0 1011 11001 1101010 1111 1000111

Color Harmonies of #AFC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0AA

Black with #AFC0AA

Text Example


Text Example

White with #AFC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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