#AFBAB5

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

Shades of Loblolly #AFBAB5

Tints of Loblolly #AFBAB5

Color information

#AFBAB5 (or 0xAFBAB5) is unknown color: approx Loblolly. HEX triplet: AF, BA and B5. RGB value is (175,186,181). Sum of RGB (Red+Green+Blue) = 175+186+181=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAB5 is #50454A. Grayscale: #B6B6B6. Windows color (decimal): -5260619 or 11909807. OLE color: 11909807.

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

Color convert

RGB175186181-
CMYK0.0600.030.27
HSL152.73º7.38%70.78%-
HSV(B)152.73º5.91%72.94%-
XYZ43.5847.5750.6-
YUV182.14127.36122.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=32.29%
G=34.32%
B=33.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861810.0600.030.27152.737.3870.78
HexAFBAB56031B99747
Octal257272265603332317107
Binary10101111101110101011010111001111011100110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAB5; }

 p { color: rgb(175,186,181); }

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

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

 a { background-color: rgb(175,186,181); }

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

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

 span { border-color: rgb(175,186,181); }

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