Html Css Color HEX #AFCAA6 Rainee

📋 copy color: '#AFCAA6'

red 175 ◦ green 202 ◦ blue 166

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

Shades of Rainee #AFCAA6

Tints of Rainee #AFCAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 30.57%

R = 32.23%
G = 37.2%
B = 30.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#AFCAA6 (or 0xAFCAA6) is known color: Rainee. HEX triplet: AF, CA and A6. RGB value is (175,202,166). Sum of RGB (Red+Green+Blue) = 175+202+166=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCAA6 is #503559. Grayscale: #BDBDBD. Windows color (decimal): -5256538 or 10930863. OLE color: 10930863.

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

Color convert

RGB 175 202 166 -
CMYK 0.13 0 0.18 0.21
HSL 105º 0.25% 0.72% -
HSV(B) 105º 0.18% 0.79% -
XYZ 45.68 54.11 44.11 -
YUV 189.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 175 202 166 0.13 0 0.18 0.21 105 0.25 0.72
Hex AF CA A6 D 0 12 15 69 19 48
Octal 257 312 246 15 0 22 25 151 31 110
Binary 10101111 11001010 10100110 1101 0 10010 10101 1101001 11001 1001000

Color Harmonies of #AFCAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAA6

Black with #AFCAA6

Text Example


Text Example

White with #AFCAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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