#AFBDAA

Color #AFBDAA Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #AFBDAA

Tints of Rainee #AFBDAA

Color information

#AFBDAA (or 0xAFBDAA) is unknown color: approx Rainee. HEX triplet: AF, BD and AA. RGB value is (175,189,170). Sum of RGB (Red+Green+Blue) = 175+189+170=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDAA is #504255. Grayscale: #B6B6B6. Windows color (decimal): -5259862 or 11189679. OLE color: 11189679.

HSL color Cylindrical-coordinate representation of color #AFBDAA: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBDAA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB175189170-
CMYK0.0700.100.26
HSL104.21º12.58%70.39%-
HSV(B)104.21º10.05%74.12%-
XYZ43.1348.4145.1-
YUV182.65120.86122.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=32.77%
G=35.39%
B=31.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891700.0700.100.26104.2112.5870.39
HexAFBDAA70A1A68d46
Octal25727525270123215015106
Binary1010111110111101101010101110101011010110100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDAA; }

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

 H1.HeaderClassName
 {
   color: #AFBDAA;
 }
 .AnyTagClassName
 {
   color: #AFBDAA;
 }
</style>
background-color css

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

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

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

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

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

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