Html Css Color HEX #AFCAAA Rainee

📋 copy color: '#AFCAAA'

red 175 ◦ green 202 ◦ blue 170

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

Shades of Rainee #AFCAAA

Tints of Rainee #AFCAAA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.93%

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

R = 31.99%
G = 36.93%
B = 31.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#AFCAAA (or 0xAFCAAA) is known color: Rainee. HEX triplet: AF, CA and AA. RGB value is (175,202,170). Sum of RGB (Red+Green+Blue) = 175+202+170=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAAA is #503555. Grayscale: #BEBEBE. Windows color (decimal): -5256534 or 11193007. OLE color: 11193007.

HSL color Cylindrical-coordinate representation of color #AFCAAA: hue angle of 110.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCAAA is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 170 -
CMYK 0.13 0 0.16 0.21
HSL 110.63º 0.23% 0.73% -
HSV(B) 110.63º 0.16% 0.79% -
XYZ 46.06 54.26 46.08 -
YUV 190.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 175 202 170 0.13 0 0.16 0.21 110.63 0.23 0.73
Hex AF CA AA D 0 10 15 6F 17 49
Octal 257 312 252 15 0 20 25 157 27 111
Binary 10101111 11001010 10101010 1101 0 10000 10101 1101111 10111 1001001

Color Harmonies of #AFCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAAA

Black with #AFCAAA

Text Example


Text Example

White with #AFCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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