#AFBAB4

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

Shades of Loblolly #AFBAB4

Tints of Loblolly #AFBAB4

Color information

#AFBAB4 (or 0xAFBAB4) is unknown color: approx Loblolly. HEX triplet: AF, BA and B4. RGB value is (175,186,180). Sum of RGB (Red+Green+Blue) = 175+186+180=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAB4 is #50454B. Grayscale: #B6B6B6. Windows color (decimal): -5260620 or 11844271. OLE color: 11844271.

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

Color convert

RGB175186180-
CMYK0.0600.030.27
HSL147.27º7.38%70.78%-
HSV(B)147.27º5.91%72.94%-
XYZ43.4847.5350.06-
YUV182.03126.86122.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=32.35%
G=34.38%
B=33.27%

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
Decimal1751861800.0600.030.27147.277.3870.78
HexAFBAB46031B93747
Octal257272264603332237107
Binary10101111101110101011010011001111011100100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAB4; }

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

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

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

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

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

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

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

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