#AFBEB8

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

Shades of Loblolly #AFBEB8

Tints of Loblolly #AFBEB8

Color information

#AFBEB8 (or 0xAFBEB8) is unknown color: approx Loblolly. HEX triplet: AF, BE and B8. RGB value is (175,190,184). Sum of RGB (Red+Green+Blue) = 175+190+184=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBEB8 is #504147. Grayscale: #B8B8B8. Windows color (decimal): -5259592 or 12107439. OLE color: 12107439.

HSL color Cylindrical-coordinate representation of color #AFBEB8: hue angle of 156º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFBEB8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB175190184-
CMYK0.0800.030.25
HSL156º10.34%71.57%-
HSV(B)156º7.89%74.51%-
XYZ44.7449.452.52-
YUV184.83127.53120.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=31.88%
G=34.61%
B=33.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901840.0800.030.2515610.3471.57
HexAFBEB8803199ca48
Octal25727627010033123412110
Binary1010111110111110101110001000011110011001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEB8; }

 p { color: rgb(175,190,184); }

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

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

 a { background-color: rgb(175,190,184); }

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

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

 span { border-color: rgb(175,190,184); }

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