Html Css Color HEX #AFC4AA Rainee

📋 copy color: '#AFC4AA'

red 175 ◦ green 196 ◦ blue 170

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

Shades of Rainee #AFC4AA

Tints of Rainee #AFC4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.23%

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

R = 32.35%
G = 36.23%
B = 31.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#AFC4AA (or 0xAFC4AA) is known color: Rainee. HEX triplet: AF, C4 and AA. RGB value is (175,196,170). Sum of RGB (Red+Green+Blue) = 175+196+170=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4AA is #503B55. Grayscale: #BABABA. Windows color (decimal): -5258070 or 11191471. OLE color: 11191471.

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

Color convert

RGB 175 196 170 -
CMYK 0.11 0 0.13 0.23
HSL 108.46º 0.18% 0.72% -
HSV(B) 108.46º 0.13% 0.77% -
XYZ 44.67 51.5 45.62 -
YUV 186.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 175 196 170 0.11 0 0.13 0.23 108.46 0.18 0.72
Hex AF C4 AA B 0 D 17 6C 12 48
Octal 257 304 252 13 0 15 27 154 22 110
Binary 10101111 11000100 10101010 1011 0 1101 10111 1101100 10010 1001000

Color Harmonies of #AFC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4AA

Black with #AFC4AA

Text Example


Text Example

White with #AFC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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