#AFBBB3

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

Shades of Loblolly #AFBBB3

Tints of Loblolly #AFBBB3

Color information

#AFBBB3 (or 0xAFBBB3) is unknown color: approx Loblolly. HEX triplet: AF, BB and B3. RGB value is (175,187,179). Sum of RGB (Red+Green+Blue) = 175+187+179=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBB3 is #50444C. Grayscale: #B6B6B6. Windows color (decimal): -5260365 or 11778991. OLE color: 11778991.

HSL color Cylindrical-coordinate representation of color #AFBBB3: hue angle of 140º 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 #AFBBB3 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB175187179-
CMYK0.0600.040.27
HSL140º8.11%70.98%-
HSV(B)140º6.42%73.33%-
XYZ43.5947.9149.6-
YUV182.5126.02122.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=32.35%
G=34.57%
B=33.09%

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
Decimal1751871790.0600.040.271408.1170.98
HexAFBBB36041B8c847
Octal2572732636043321410107
Binary1010111110111011101100111100100110111000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBB3; }

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

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

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

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

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

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

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

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