#AFBBB4

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

Shades of Loblolly #AFBBB4

Tints of Loblolly #AFBBB4

Color information

#AFBBB4 (or 0xAFBBB4) is unknown color: approx Loblolly. HEX triplet: AF, BB and B4. RGB value is (175,187,180). Sum of RGB (Red+Green+Blue) = 175+187+180=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBB4 is #50444B. Grayscale: #B6B6B6. Windows color (decimal): -5260364 or 11844527. OLE color: 11844527.

HSL color Cylindrical-coordinate representation of color #AFBBB4: hue angle of 145º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBBB4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB175187180-
CMYK0.0600.040.27
HSL145º8.11%70.98%-
HSV(B)145º6.42%73.33%-
XYZ43.6947.9550.13-
YUV182.61126.52122.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=32.29%
G=34.50%
B=33.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871800.0600.040.271458.1170.98
HexAFBBB46041B91847
Octal2572732646043322110107
Binary1010111110111011101101001100100110111001000110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBB4; }

 p { color: rgb(175,187,180); }

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

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

 a { background-color: rgb(175,187,180); }

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

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

 span { border-color: rgb(175,187,180); }

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