Html Css Color HEX #AFC6A7 Rainee

📋 copy color: '#AFC6A7'

red 175 ◦ green 198 ◦ blue 167

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

Shades of Rainee #AFC6A7

Tints of Rainee #AFC6A7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.67%

 BLUE value IS 167 (65.63% from 255) = 30.93%

R = 32.41%
G = 36.67%
B = 30.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#AFC6A7 (or 0xAFC6A7) is known color: Rainee. HEX triplet: AF, C6 and A7. RGB value is (175,198,167). Sum of RGB (Red+Green+Blue) = 175+198+167=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC6A7 is #503958. Grayscale: #BBBBBB. Windows color (decimal): -5257561 or 10995375. OLE color: 10995375.

HSL color Cylindrical-coordinate representation of color #AFC6A7: hue angle of 104.52º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC6A7 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 167 -
CMYK 0.12 0 0.16 0.22
HSL 104.52º 0.21% 0.72% -
HSV(B) 104.52º 0.16% 0.78% -
XYZ 44.85 52.29 44.29 -
YUV 187.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 175 198 167 0.12 0 0.16 0.22 104.52 0.21 0.72
Hex AF C6 A7 C 0 10 16 69 15 48
Octal 257 306 247 14 0 20 26 151 25 110
Binary 10101111 11000110 10100111 1100 0 10000 10110 1101001 10101 1001000

Color Harmonies of #AFC6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6A7

Black with #AFC6A7

Text Example


Text Example

White with #AFC6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6A7; }

 p { color: rgb(175,198,167); }

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

background-color css

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

 a { background-color: rgb(175,198,167); }

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

border-color css

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

 span { border-color: rgb(175,198,167); }

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